@csrf
{{-- Title --}}
@error('title')

{{ $message }}

@enderror
{{-- Content (Rich Text Editor Recommended) --}}
@error('content')

{{ $message }}

@enderror
{{-- SEO Meta Fields --}}

SEO Settings

{{-- Publish Status --}}
is_published) ? 'checked' : '' }} class="focus:ring-purple-500 h-4 w-4 text-purple-600 border-gray-300 rounded dark:bg-gray-700 dark:border-gray-600">

Make this post publicly visible.

If not set and "Publish" is checked, current time will be used.

{{-- Featured Image --}}
@if(isset($post) && $post->featured_image)
Current image

Current image. Upload a new one to replace.

@endif @error('featured_image_file')

{{ $message }}

@enderror
{{-- Categories --}}
@foreach($categories as $category)
categories->contains($category->id)) || (is_array(old('categories')) && in_array($category->id, old('categories'))) ? 'checked' : '' }} class="focus:ring-purple-500 h-4 w-4 text-purple-600 border-gray-300 rounded dark:bg-gray-700 dark:border-gray-600">
@endforeach
{{-- Tags --}}
{{-- Slug (Optional, auto-generated if empty) --}}

If left empty, it will be auto-generated from the title.

@error('slug')

{{ $message }}

@enderror
Cancel
@push('scripts') @endpush