@if (auth()->user()->hasrole('Admin'))
@else
@if (auth()->user()->hasPermissionTo('change-collector'))
@else
@endif
@endif
@if (checkSettings('payment_month_show_in_remark') == 'enable')
@if (checkSettings('payment_month_short_in_remark') == 'enable')
@else
@endif
@else
@endif
@if (checkSettings('bank_account_deposit_from_payment') == 'enable')
Payment will be deposited to this account.
@endif