{{ $status }}
@if ($recentPhotos->isNotEmpty())

Recent Photos

@foreach ($recentPhotos as $photo)
Photo #{{ $photo['id'] }} {{ $photo['status'] }}
@endforeach
@endif @script @endscript