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