{{ $index + 1 }} |
{!! sendMoneyCheckbox($txn, $smtxnStatus) !!} |
{!! sendMoneyReferenceLink($txn, $smtxnStatus) !!} |
{!! sendMoneySenderName($txn) !!} |
{{ $txn->country_name ?? '-' }} - {{ $txn->receiving_country_name ?? '-' }} |
{{ number_format($txn->sending_amount, 2) }} ({{ $txn->sending_currency }}) - {{ number_format($txn->receiving_amount, 2) }} ({{ $txn->receiving_currency }}) |
{!! sendMoneyPaymentReceiveBadge($txn->is_payment_receive, $txn->payment_method_type_code, $paymentReceivingStatus) !!} |
{!! sendMoneyTransactionStatusBadge($txn->status, $smtxnStatus, $txnstatuses) !!} |
{{ number_format($txn->sending_fees, 2) }} ({{ $txn->sending_currency }})
|
{{ number_format($txn->net_amount, 2) }} ({{ $txn->sending_currency }}) |
{{ $txn->receiving_option_code ?? '-' }} |
{{ format_date_tz($txn->created_at) }} |
{{ ($txn->agent_first_name ?? '') . ' ' . ($txn->agent_last_name ?? '') }} |
{{ $txn->source ?? '-' }} |
{!! renderCancellationButton($txn, $smtxnStatus, Auth::guard('agentportal')->user()) !!} |
@endforeach
@endif