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