{{ $gallery->title }} {{ __('Gallery') }}

{{ $gallery->title }}

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 Image
@endif

{{ $gallery->remarks ?? 'No data found' }}

Created on: {{ $gallery->created_at->format('d-M-Y H:i') }} Updated on: {{ $gallery->updated_at->format('d-M-Y H:i') }}
← Back to list Edit
@csrf @method('DELETE')
@push('js') @endpush