@php $addInvoicesPermission = user()->permission('add_invoices'); @endphp
@if ($addInvoicesPermission == 'all' || $addInvoicesPermission == 'added')
@lang('modules.invoices.addInvoice')
@endif
@lang('app.all')
@lang('app.unpaid')
@lang('app.paid')
@lang('app.partial')
@lang('app.canceled')
@lang('app.clearFilters')
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@include('sections.datatable_js')