@if (($addInvoicePermission == 'all' || $addInvoicePermission == 'added') && !$project->trashed())
@lang('modules.invoices.addInvoice')
@if (in_array('timelogs', user_modules()))
@lang('app.createTimeLogInvoice')
@endif
@endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}