@extends('layouts.main') @section('title', 'CMS | Photo Gallery') @section('content') @php use Illuminate\Support\Str; use App\Enums\StatusEnum; @endphp

Images for Photo Gallery : Image Gallery

@php $galleryDetails=$gallery->galleryDetails; @endphp @foreach ($galleryDetails as $galleryDetail)
Image Description
@method('DELETE') @csrf
@endforeach
@endsection