@extends('layouts.admin') @section('title','Gallery Management') @section('content')

Gallery

@csrf
@foreach($galleries as $gallery) @endforeach
Title Type
{{ $gallery->title }} {{ $gallery->type }}
@csrf @method('DELETE')
{{ $galleries->links() }}
@endsection