@extends('backend.layouts.master') @section('content')

Gallery

@foreach ( $galleries as $gallery) @endforeach
ID Title Slug Action
{{ $gallery->id }} {{ $gallery->title }} {{ $gallery->slug }}
@csrf @method('DELETE')
@endsection @include('backend.partials.datatable')