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