@php $addClientPermission = user()->permission('add_client_contacts'); @endphp
@if ($addClientPermission == 'all' || $addClientPermission == 'added' || $addClientPermission == 'both')
@lang('modules.contacts.addContact')
@endif
@lang('app.selectAction')
@lang('app.delete')
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@include('sections.datatable_js')