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