{!! $photoable->name !!} Photos

@forelse($photos->sortBy('list_order') as $photo)
{{ $photo->name }}
@empty

Please click on the panel below to upload photos to {!! $photoable->name !!}.

@endforelse

Upload a Photo

How it works?

Click on the button below to browse for photos
Refresh the page when upload is complete
Click on the photo name to change it
Click on the radio button to set the cover photo

Click here to browse for photos.
@section('scripts') @parent @endsection