@extends('backend.template.layouts.template-base') @section('title') Gallery | {{ config('app.name') }} @endsection @section('content')

Gallery

@can('readImage', \App\Models\Gallery::class) @endcan
@endsection @section('scripts') @endsection