@php use \App\Enums\TransactionType; use \App\Enums\TransactionStatus; $amount = $transaction->amount; $currency = $transaction->currency; $tnx_amount = $transaction->tnx_amount; $tnx_currency = $transaction->tnx_currency; $user_amount = money($transaction->tnx_amount, $transaction->tnx_currency); if($transaction->tnx_currency!=base_currency()) { $user_amount = money($transaction->tnx_amount, $transaction->tnx_currency) . ' ('. money($transaction->amount, $transaction->currency). ')'; } @endphp
{!! __('Commission ID# :orderid', ['orderid' => ''.the_tnx($transaction->tnx).'' ]) !!}

{!! __("The commission amount of :amount add into :account.", ['account' => ''.ucfirst($transaction->customer->username).'', 'amount' => ''.$user_amount.'' ]) !!}

{{ $tnx_currency }}
{{ __('The amount will receive user.') }}
{{ __('Purpose of the commission.') }}
{{ __('The note or remarks help to reminder. Only administrator can read from transaction details.') }}

{!! __("Please confirm that you want to PAY this :type commission.", ['type' => ''.strtoupper($type).'']) !!}

  • {{ __("The amount will adjust into user account once you confirmed.") }}

  • {{ __("You can not undo this action once you Pay Commission and procced.") }}