@extends('admin-layouts.vertical', ['title' => 'Gallery']) {{-- @section('css') @vite(['node_modules/simple-datatables/dist/style.css']) @endsection --}} @section('content')
S.No | Title | Cover Image | Remark | Gallery Date | Status | Actions |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $gallery->title }} |
@if($gallery->cover_image)
|
{{ $gallery->remark ?? '-' }} | {{ \Carbon\Carbon::parse($gallery->gallery_date)->format('d-m-Y') }} | @if($gallery->status == 'Active') Active @else Inactive @endif | |
No galleries found. |