@if ($addInvoicesPermission == 'all')
@lang('modules.invoices.addInvoice')
@endif
@if ($addInvoicesPermission == 'all' || $manageRecurringInvoicesPermission == 'all')
@lang('app.invoiceRecurring')
@endif
@if ($addInvoicesPermission == 'all')
@lang('app.create') @lang('app.timeLog') @lang('app.invoice')
@endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection
@push('scripts')
@include('sections.datatable_js')
@endpush