@extends('layouts.admin') @section('title', 'Gallery') @section('breadcrumb')
| Image | Title | Category | Status | Actions |
|---|---|---|---|---|
|
|
{{ $image->title ?? '-' }} | {{ $image->category ?? '-' }} | {{ $image->is_active ? 'Active' : 'Inactive' }} | Edit |
| No images found. | ||||