@if (checkSettings('due-history-in-payment') == 'enable')
@endif
@if (checkSettings('payment_month_show_in_remark') == 'enable')
@else
@endif
@if (auth()->user()->hasrole('Admin'))
@else
@if (auth()->user()->hasPermissionTo('change-collector'))
@else
@endif
@endif
@can('payment-discount')
@else
@endcan
@if (getBillingType() == 'day_to_day' && auth()->user()->can('day_by_day_payment'))
@else
@endif