{{ __('Galleries') }}

Galeria: {{ $gallery->title }} {{ __('Back') }}
@csrf
{{ __('Title') }}
{{ __('Add') }}

@foreach ($photos as $photo)
{{ $photo->getCustomProperty('title') }}
@csrf
@csrf @method('DELETE')
@csrf
@endforeach