Note:
@foreach(Session::get('error') as $err) {{ $err }}@endforeach @php Session::forget('error'); @endphp
@if (!empty($reports))
@else
# | Branch | Date | Time | eWallet Transaction No | Receipt Ref No | Is Full Refund | Refund Status | Refund Success Time | Error Message | Ticket Count | Payment Amount |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ ++$key }} | {{ $rep['branch'] }} | {{ $rep['date'] }} | {{ $rep['time'] }} | {{ $rep['transaction_no'] }} | {{ $rep['receipt_ref_no'] }} | {{ $rep['is_full_refund'] }} | {{ $rep['status'] }} | {{ $rep['success_refund_time'] }} | {{ $rep['error_msg'] }} | {{ $rep['ticket_count'] }} | {{ number_format($rep['amount'],2,'.',',') }} |
Total | {{ number_format($rep,2,'.',',') }} |
No data found
@endif