| {{ __('transaction.ref_no')}} | {{ __('transaction.date')}} | {{ __('transaction.payout_type')}} | {{ __('transaction.amount')}} | {{ __('transaction.status')}} |
|---|---|---|---|---|
| {{ date($date_format, strtotime( $single->created_at )) }} | {{ ucfirst( $single->payment_method )}} | {{ getPriceFormat($currency_symbol, $single->amount) }} | {{ $tag['text'] }} |