@extends('dashboard.layouts.layouts') @section('title' , 'Create Blog') @section('content')

Blog Create

@include('dashboard.layouts.messages')
@csrf

Update Blog Info

Enter title of blog

@error('title_en')

{{$message}}

@enderror

Enter Author of blog

@error('author_en')

{{$message}}

@enderror
{{--
--}} {{-- --}} {{-- --}} {{--

Enter Slug of Blog

--}} {{--
--}}

Enter Url of Article which will shown in url If Url is empty, system will choose article title as url by Default

@error('url')

{{$message}}

@enderror

Enter Subject of Blog

@error('subject_en')

{{$message}}

@enderror

Upload Blog Image

@error('image')

{{$message}}

@enderror
{{--
--}} {{-- --}} {{-- --}} {{--

Enter Alt Text for Image to show it if image isn't loaded

--}} {{-- @error('img_alt')--}} {{--

{{$message}}

--}} {{-- @enderror--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--

Upload Blog Icon

--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--

Enter Alt Text for Icon to show it if image isn't loaded

--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--

Upload Images

--}} {{-- @error('images')--}} {{--

{{$message}}

--}} {{-- @enderror--}} {{--
--}}

أضف بيانات المقالة

أضف عنوان المقالة

@error('title_ar')

{{$message}}

@enderror

أضف ناشر المقالة

@error('author_ar')

{{$message}}

@enderror
{{--
--}} {{-- --}} {{-- --}} {{--

ادخل نبذة عن المقالة

--}} {{--
--}}

ادخل موضوع المقالة

@error('subject_ar')

{{$message}}

@enderror
{{--
--}} {{-- --}} {{-- --}} {{--

ادخل وصفا دقيقا عن المقالة

--}} {{--
--}}
@endsection('content') @section('customizedScript') @endsection