Property Media
Drag images to reorder. First image is the thumbnail. Click to remove existing media. Upload new files below.
@php $existingImages = $data->gallery->where('type', 'image')->sortBy('order'); @endphp
@if($existingImages->count() > 0)
@else
No images yet. Upload below.
@endif
@php $existingVideo = $data->gallery->where('type', 'video')->first(); @endphp
@if($existingVideo)
@else
No video yet. Upload below.
@endif