@csrf @if(!empty($post['id'])) @method('put') @endif {{-- ADD THIS - Display validation errors --}} @if($errors->any())
@endif
{{-- ADD THIS - Display title field error --}} @error('title') {{ $message }} @enderror
@push('styles') @endpush @push('scripts') @endpush