@extends('layouts.main') @section('title', 'CMS | PhotoGallery') @section('content')
@foreach ($galleries as $index => $gallery) @endforeach
SL Title Image Description Action
{{ $index + 1 }}
{{ $gallery->title }}
{!! $gallery->description !!}
@method('DELETE') @csrf Edit View
@endsection @push('scripts') @endpush