@extends('admin.layouts.master') @section('title', 'Gallery Management') @section('parent_title', 'Dashboard') @section('content')
| S.No | Image | Category | Status | Actions |
|---|---|---|---|---|
| {{ $loop->iteration }} |
|
{{ ucwords(str_replace('_', ' ', $gallery->category)) }} |
{{ $gallery->status ? 'Active' : 'Inactive' }}
|
Actions |