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