@extends('layouts.app') @section('content')

{{ $title ?? null }}

{{ $dataTable->table() }}
@endsection @section('js') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endsection