@extends('admin.layouts.app') @section('title', 'Users') @section('css') @endsection @section('content')
{{ $dataTable->table() }}
@endsection @push('js') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush