Status: @if ($gallery->status) Active @else Inactive @endif
{{ ucfirst($gallery->type ?? 'N/A') }}
{{ $gallery->parent ? $gallery->parent->title : 'None' }}
{{ $gallery->target ?? 'N/A' }}
@if($gallery->images->first()){{ $gallery->remarks ?? 'No data found' }}