@extends('layouts.dashboard') @section('title', 'Edit Gallery') @section('content')

Edit Gallery Item

Add Category
@csrf @method('PUT')
@error('title')

{{ $message }}

@enderror
{{-- photographer name and location input here --}}

Click or drag image here

Change Image

Leave empty to keep current image

Click or drag thumbnail here

Change Thumbnail

Leave empty to keep current thumbnail

Click or drag multiple images here

Select multiple files to replace current

@if($gallery->additional_image_paths && count($gallery->additional_image_paths) > 0) @foreach($gallery->additional_image_paths as $path)
@endforeach @endif
status) ? 'checked' : '' }} class="h-4 w-4 text-indigo-600 focus:ring-indigo-500 border-gray-300 rounded">
Cancel
@endsection @push('scripts') @endpush