@php $addClientNotePermission = user()->permission('add_client_note'); @endphp
@if ($addClientNotePermission == 'all' || $addClientNotePermission == 'added' || $addClientNotePermission == 'both') @lang('modules.client.createNote') @endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@include('sections.datatable_js')