@extends('dash.layouts.app') @push('title') Gallery @endpush @section('content')
Gallery
{{-- --}} @foreach($galleries as $key=>$gallery) {{-- --}} @endforeach
# Title Thumbnail StatusCategoriesAction
{{++$key}} {{$gallery->title}} img
@csrf
{{$gallery->category->title}}
{{$galleries->links()}}
@endsection @push('footer') @endpush