@extends('layouts.admin') @section('headerTitle') Module @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.modules') }} @endsection @section('buttons') @can('admin-create') @endcan @endsection @section('content')
{{ $dataTable->table(['class'=> 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{$dataTable->scripts()}} @endpush