@extends('dashboard.layouts.layouts') @section('title') Update Blog @endsection @section('content') Blog Update Home Blogs Update Blog @include('dashboard.layouts.messages') @csrf @method('PUT') Update Blog Info Title Enter title of blog @error('title_en') {{$message}} @enderror Blog Author Enter Author of blog @error('author_en') {{$message}} @enderror Blog Url 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 Blog Subject {{$blog->blog_en->subject}} Enter Subject of Blog @error('subject_en') {{$message}} @enderror Image Upload Blog Image @error('image') {{$message}} @enderror {{-- --}} {{-- Image Alt Text--}} {{-- --}} {{-- 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--}} {{-- --}} {{-- --}} {{-- Blog Images--}} {{-- --}} {{-- Upload Images--}} {{-- @error('images')--}} {{-- {{$message}}--}} {{-- @enderror--}} {{-- --}} أضف بيانات المقالة عنوان المقالة أضف عنوان المقالة @error('title_ar') {{$message}} @enderror ناشر المقالة أضف ناشر المقالة @error('author_ar') {{$message}} @enderror موضوع المقالة {{$blog->blog_ar->subject}} ادخل موضوع المقالة @error('subject_ar') {{$message}} @enderror @endsection('content') @section('customizedScript') @endsection
Enter title of blog
{{$message}}
Enter Author of blog
Enter Url of Article which will shown in url If Url is empty, system will choose article title as url by Default
Enter Subject of Blog
Upload Blog Image
Enter Alt Text for Image to show it if image isn't loaded , The Alt Text will not change unless an image is uploaded
Upload Images
أضف عنوان المقالة
أضف ناشر المقالة
ادخل موضوع المقالة