@extends('admin.layouts.simple.master') @section('title', 'galleries') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

All galleries

@endsection @section('breadcrumb-items') @endsection @section('content')
galleries
Add gallery
@if(Session::has('message')) @endif
@foreach($galleries as $gallery) @endforeach
# Icon Name Description Action
{{ $gallery->id }} @if($gallery->hasMedia('gallery_image')) @endif {{ $gallery->name }} {{ $gallery->description }} Edit
@method('DELETE') @csrf
@endsection @section('script') @endsection