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