@extends('layouts.app') @section('content') @include('client.header') @include('client.create_modal') @include('client.edit_modal')
{{ $dataTable->table() }}
@endsection @push('scripts') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush