@extends('layouts.admin.layout') @section('content')

Edit Sermon

@include('partials.message')
@csrf
{{ $errors->first('title') }}
{{ $errors->first('description') }}
@php $currentImagePath = old('cover_image_path', $sermon->cover_image ? $sermon->CoverImagePath : ''); @endphp {{-- ── Cover Image ──────────────────────────────────────────────────── --}}

Cover Image (optional)

{{-- Image Picker Modal — starts hidden; JS adds 'flex' when opening --}} {{-- Upload modal (nested, z-60) --}}
@endsection @push('scripts') @endpush