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