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

@if(session()->has('message'))
@endif
{{ $dataTable->table() }}
@endsection @push('js') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush