@extends('layouts.app') @push('title') Gallery Category @endpush @push('action') Add Items @endpush @section('content')
{{ $dataTable->table(['class' => 'table table-hover table-bordered align-middle mb-0', 'id' => 'table-id']) }}
@endsection @push('js') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush