@extends('layouts.app') @section('content') {{-- breadcrumb --}} @include('layouts.components.breadcrumb', [ 'title' => trans('app.contacts_title'), 'first_list_item' => trans('app.contacts'), 'last_list_item' => trans('app.all_contacts'), ]) {{-- end breadcrumb --}} @include('layouts.dashboard.contact.components._filters')
{!! $dataTable->table(['class' => 'table-data table table-bordered text-nowrap border-bottom ']) !!}
@endsection @push('scripts') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush