@section('title', 'Brand Photo Gallery')
Photo Gallery
@if (session()->has('message'))
{{ session('message') }}
@endif
Uploading...
@error('photos.*') {{ $message }} @enderror
@foreach ($gallery as $photo)
Brand Photo
@endforeach @if($gallery->isEmpty())
No photos in gallery.
@endif