Gallery Album Details

@if($item->thumbnail) {{ $item->title }} @else

No thumbnail available

@endif
Title: {{ $item->title }}
Description: {{ $item->description ?: 'No description' }}
Status: @if ($item->status) Active @else Inactive @endif
Images Count: {{ $item->images_count ?? 0 }} images
Created: {{ $item->created_at->format('d-m-Y, g:i A') }}
Updated: {{ $item->updated_at->format('d-m-Y, g:i A') }}