@foreach($transactions as $k => $o)
{{ isset($o['transaction_id']) && $o['transaction_id'] ? $o['transaction_id'] : 'fh_fSiNWX8PIGJHO'.base64_encode($o['id']) }}
|
{{ General::formatOrderNumber($o['id']) }}
|
{{ General::priceFormat($o['amount']) }} |
{{ date('j M Y', strtotime($o['created'])) }}
|
|
@endforeach