@extends('backend.layouts.app') @section('title', \App\Http\Helpers\MenuHelper::getPageTitle()) @section('content')
| No | Image | Title | Sort | Category | Status | Actions |
|---|---|---|---|---|---|---|
| {{ ($images->currentPage() - 1) * $images->perPage() + $loop->iteration }} |
@if($image->image_file)
|
{{ $image->image_title ?? '-' }} | {{ $image->image_sort ?? '-' }} | {{ $categories[$image->image_cat] ?? $image->image_cat ?? '-' }} | {{ $statuses[$image->image_status] ?? '-' }} | |
No images foundClick "Create New" to add your first entry. |
||||||