@if($transaction ?? false) @endif @foreach($transactions ?? [] as $transaction) @endforeach
Transaction Date Receipt Number Payment Method Payment Reference Number Grandtotal Manual Refund Failed Void Reason Customer Name Customer Phone
{{ date('d F Y H:i', strtotime($transaction['transaction_date'])) }} {{ $transaction['transaction_receipt_number'] }} {{ $transaction->payment_method }}{{ $transaction->payment_detail ? "($transaction->payment_detail)" : '' }} {{ $transaction->payment_reference_number }} {{ \App\Lib\MyHelper::requestNumber($transaction['transaction_grandtotal'], '_CURRENCY') }} {{ \App\Lib\MyHelper::requestNumber($transaction->manual_refund, '_CURRENCY') }} {{ $transaction->failed_void_reason }} {{ $transaction['name'] }} {{ $transaction['phone'] }}
{{ date('d F Y H:i', strtotime($transaction['transaction_date'])) }} {{ $transaction['transaction_receipt_number'] }} {{ $transaction->payment_method }}{{ $transaction->payment_detail ? "($transaction->payment_detail)" : '' }} {{ $transaction->payment_reference_number }} {{ \App\Lib\MyHelper::requestNumber($transaction['transaction_grandtotal'], '_CURRENCY') }} {{ \App\Lib\MyHelper::requestNumber($transaction->manual_refund, '_CURRENCY') }} {{ $transaction->failed_void_reason }} {{ $transaction['name'] }} {{ $transaction['phone'] }}