@extends('layouts.admin') @section('page_title', 'Gallery Management') @section('content')
| Preview | Title | Type | Description | Date | Action |
|---|---|---|---|---|---|
@if($item->type == 'photo')
@endif
|
{{ $item->title }} | {{ ucfirst($item->type) }} | {{ Str::limit($item->description, 50) }} | {{ $item->created_at->format('d M Y') }} | |
| No gallery items found. | |||||