@extends('admin.layout') @section('content')
| # | Image | Title | Location | Description | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if($gallery->image)
|
{{ $gallery->title }} | {{ $gallery->location ?? '---' }} | {{ Str::limit($gallery->description, 40) }} | ||
| No galleries found | ||||||