@csrf @if($post->exists) @method('PUT') @endif
@if($post->image_path)
{{ $post->title }}
@endif
HTML formatting is supported.
exists ? $post->is_published : true))>
Back @if($post->exists) @endif
@if($post->exists)
@csrf @method('DELETE')
@endif
@push('scripts') @endpush