@php $isEdit = isset($post); $selectedImageId = old('featured_image_id', $post->featured_image_id ?? null); $editorId = $isEdit ? 'blog-detail-editor-edit' : 'blog-detail-editor-create'; $inputId = $isEdit ? 'blog-detail-input-edit' : 'blog-detail-input-create'; @endphp
Use the rich text editor for headings, lists, images, and formatted blog content.
@error('detail') {{ $message }} @enderrorPublishing tips