@extends('backend.layouts.master') @section('content') Gallery Add New ID Title Slug Action @foreach ( $galleries as $gallery) {{ $gallery->id }} {{ $gallery->title }} {{ $gallery->slug }} @csrf @method('DELETE') @endforeach @endsection @include('backend.partials.datatable')