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