@if(session('success'))
{{ session('success') }}
@endif
@if($images->isEmpty())
No images found for this product
Upload images to showcase this product
Upload Images
@else
@foreach($images as $image)
#{{ $loop->iteration }}
{{ $image->created_at->format('M d, Y') }}
@endforeach
Total {{ $images->count() }} images for this product
@endif