@php $paymentModes = [ \App\Models\Payment::CASH => 'Cash', \App\Models\Payment::CRDB => 'CRDB', \App\Models\Payment::NMB => 'NMB', ]; @endphp