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

Edit Gallery Album

@csrf
{{ $errors->first('name') }}
@php $currentImagePath = old('cover_image_path', $gallery->FullPath ? $gallery->FullPath : ''); @endphp {{-- ── Cover Image ──────────────────────────────────────────────────── --}}

Cover Image

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