@php $addPaymentPermission = user()->permission('add_payments'); @endphp
@if (($addPaymentPermission == 'all' || $addPaymentPermission == 'added') && !$project->trashed()) @lang('modules.payments.addPayment') @endif
@lang('app.clearFilters')
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@include('sections.datatable_js')