@extends('backend.layouts.app') @section('title', $title) @section('content')

{{ ucwords($title) }}

@csrf
Looks good!
Description
Loading...
{{ $dataTable->table() }}
@endsection @push('scripts') {{-- {{ $dataTable->scripts(attributes: ['type' => 'module']) }}--}} @endpush @push('styles') @endpush