@include('admin.partials.bank',[ 'data'=>[ 'made_of_payment' =>$actual_received->made_of_payment ?? null, 'bank_id' =>$actual_received->bank_id ?? null, ]])
@php $cheque_date = $actual_received->cheque_date? date('d/m/Y', strtotime($actual_received->cheque_date)) : null; @endphp
@php $date_of_collection = date('d/m/Y'); if($action == 'edit'){ $date_of_collection = date('d/m/Y', strtotime($actual_received->date_of_collection_new)); } @endphp
@include('admin.partials.reference',['voucher_reference' => $voucher_reference])