Manage all inspirational gallery records here
| # | Image | Title | Application | Category | Products | Status | Created At | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($gallery->currentPage() - 1) * $gallery->perPage() }} |
@if($item->image_path && file_exists(public_path('storage/' . $item->image_path)))
|
{{ $item->title ?? '-' }} | {{ $item->applications->application_name ?? '-' }} | {{ $item->categorys->name ?? '-' }} | @if(!empty($selectedProducts)) {{ count($selectedProducts) }} Product(s) @else No Products @endif | {{ $item->created_at ? \Carbon\Carbon::parse($item->created_at)->format('d M Y, h:i A') : '-' }} | ||
| No gallery records available yet. | ||||||||