@extends('dashboard.layouts.layouts') @section('title' , 'Create Blog') @section('content') Blog Create Home Blogs create Blog @include('dashboard.layouts.messages') @csrf 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 Slug--}} {{-- {{$blog->blog_en->sub_title}}--}} {{-- Enter Slug of Blog--}} {{-- --}} 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 {{old('subject_en')}} 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 --}} {{-- @error('img_alt')--}} {{-- {{$message}}--}} {{-- @enderror--}} {{-- --}} {{-- --}} {{-- Icon--}} {{-- --}} {{-- Upload Blog Icon --}} {{-- --}} {{-- --}} {{-- Icon Alt Text--}} {{-- --}} {{-- Enter Alt Text for Icon to show it if image isn't loaded --}} {{-- --}} {{-- --}} {{-- Blog Images--}} {{-- --}} {{-- Upload Images--}} {{-- @error('images')--}} {{-- {{$message}}--}} {{-- @enderror--}} {{-- --}} أضف بيانات المقالة عنوان المقالة أضف عنوان المقالة @error('title_ar') {{$message}} @enderror ناشر المقالة أضف ناشر المقالة @error('author_ar') {{$message}} @enderror {{-- --}} {{-- نبذة عن المقالة--}} {{-- {{$blog->blog_ar->sub_title}}--}} {{-- ادخل نبذة عن المقالة--}} {{-- --}} موضوع المقالة {{old('subject_ar')}} ادخل موضوع المقالة @error('subject_ar') {{$message}} @enderror {{-- --}} {{-- موضوع المقالة--}} {{-- Rich Text Editor, editor12Editor toolbarsClipboard/Undo Cut Copy Paste Paste as plain text Paste from Word Undo RedoEditing Links Link Unlink AnchorInsert Image Table Insert Horizontal Line Insert Special CharacterTools MaximizeDocument SourceBasic Styles Bold Italic Strike Through Remove FormatParagraph Insert/Remove Numbered List Insert/Remove Bulleted List Decrease Indent Increase Indent Block QuoteStylesStylesStylesFormatFormatabout About CKEditorPress ALT 0 for help◣Elements path --}} {{-- ادخل وصفا دقيقا عن المقالة--}} {{-- --}} @endsection('content') @section('customizedScript') @endsection
Enter title of blog
{{$message}}
Enter Author of blog
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
Enter Subject of Blog
Upload Blog Image
Enter Alt Text for Image to show it if image isn't loaded
Upload Blog Icon
Enter Alt Text for Icon to show it if image isn't loaded
Upload Images
أضف عنوان المقالة
أضف ناشر المقالة
ادخل نبذة عن المقالة
ادخل موضوع المقالة
ادخل وصفا دقيقا عن المقالة