@include('Admin.Includes.header') @php use Illuminate\Support\Facades\Auth; $logged_in_user = Auth::user(); @endphp
@if (session('success')) @endif @if ($errors->any()) @endif

{{ __('Blog Edit') }}

@csrf @method('PUT')
Blog Details

Enter essential blog information below.

Please enter a blog title.
Blog Categories
Organize your blog post by selecting relevant categories.
You can select multiple categories
Main Blog Content
Add detailed content for your blog post including formatting and media.
Image Section
Add tagline and description that appear with your featured images.
A short tagline or heading for the image section.
@if ($blog->image)
Current image Current image
@endif Upload an image for your image section.
A short alt text for your image section.
A detailed description that appears with your images.
Video Section
Add video URL and content that appears after the video.
Enter a YouTube or Vimeo video URL to embed it in your blog post.
This content will be displayed after the video section.
SEO Information (Optional)
_page_index) == '1' ? 'checked' : '' }}>
Status
Blog Images
@if ($blog->cover_image)
Current cover image Current cover image
@endif Recommended: 1200x630px
@if ($blog->featured_images_array && count($blog->featured_images_array) > 0)
@foreach ($blog->featured_images_array as $image) Featured image @endforeach Current featured images
@endif
Please enter a Feature Image alt Text.
is_featured) ? 'checked' : '' }}>