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