@if(!$is_pdf)
Back
@endif
| Order No | Customer Name | Amount | Transaction Date | Rcpt No | Payment Mode | Rcpt Type | Remarks |
|---|---|---|---|---|---|---|---|
| {{ $payment_method }} | |||||||
| {{ $customer_name }} (Total: {{ number_format($customer_data['total_amount'], 2) }}) | |||||||
| {{ $order_id }} | {{ $customer_name }} | @endif{{ number_format(floatval(str_replace(',', '', $order['amount'])), 2) }} | {{ date('d-m-Y', strtotime($order['transaction_date'] ?? '-')) }} | @if($first){{ $order['receipt_id'] }} | @endif @if(!empty($order['bank']))
Bank: {{ $order['bank'] }} Ac No: {{ $order['account_number'] ?? '-' }} IFSC: {{ $order['ifsc_code'] ?? '-' }} @endif @if(!empty($order['reference_id'])) Txn ID: {{ $order['reference_id'] }} @endif @if(!empty($order['cheq_no'])) Cheque No: {{ $order['cheq_no'] }} @endif @if(empty($order['bank']) && empty($order['reference_id']) && empty($order['cheq_no'])) - @endif |
{{ $order['rcpt_type'] }} | {{ $order['remark'] ?? '-' }} |
| Grand Total | {{ number_format($grand_total, 2) }} | ||||||