@extends('dashboard.layouts.layouts') @section('title') Update Blog @endsection @section('content')

Blog Update

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

Update Blog Info

Enter title of blog

@error('title_en')

{{$message}}

@enderror

Enter Author of blog

@error('author_en')

{{$message}}

@enderror

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 , The Alt Text will not change unless an image is uploaded

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

{{$message}}

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

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