@extends('admin.layouts.master')
@section('title','Gallery')
@section('content')
@if(session()->has('message'))
{{session()->get('message')}}
@endif
{{ $dataTable->table() }}
@endsection
@push('js')
{{ $dataTable->scripts(attributes: ['type' => 'module']) }}
@endpush