Deposit ID #{{$trans->txn_id}}

{{__format_number($trans->amount)}} {{$user->user_curr()}}
{{get_date($trans->deposit_date , 'M d, Y h:i A')}} @if($trans->status == 'Not Paid' )
Pay Now @endif
  • {{$trans->status}}
Deposit Details
Deposit Amount {{__format_money($trans->exchanged_amount , $trans->get_meta_value('ctype'))}} {{$trans->exchanged_curr}}
Credited in Account {{__format_number($trans->amount)}} {{$user->user_curr()}}
Exchange Rate 1 {{$user->user_curr()}} = {{strval($trans->exchange_rate)}} {{$trans->exchanged_curr}}
Details {{$trans->type}} Deposit via {{$trans->get_meta_value('payment')}}
Additional
Payment Method {{$trans->get_meta_value('payment')}}
Deposit Account {{$trans->account}} Account @if(!empty($trans->dwallet()))
{{$trans->dwallet()->sym}} ({{$trans->dwallet()->dwallet()->wallet_name}})
@endif
Reference N/A
Updated Balance @if(!blank($trans->updated_bal)) {{__format_number($trans->updated_bal)}} {{$user->user_curr()}} @endif
    @if(!empty($trans->processed_at))
  • The transaction has been completed at {{get_date($trans->processed_at , 'M d, Y h:i A')}}.

  • @endif