@if(Session::has('message'))
@endif
@if(Session::has('sucmessage'))
@endif
{{ Session::get('message') }}
{{ Session::get('sucmessage') }}
Deposit History
Tranx Id | Amount | Wallet | Payment Mode | Status | Processed At |
|
---|---|---|---|---|---|---|
{{$deposit->txn_id}}
{{\Carbon\Carbon::parse($deposit->created_at)->toDayDateTimeString()}}
|
{{$deposit->dwallet()->dwallet()->wallet_name}} Wallet {{$deposit->dwallet()->sym}} | {{number_format($deposit->amount,2,'.',',')}} {{system_settings('currency')}} | {{$deposit->dpayment()->name}} | {{$deposit->status}} | {{ $deposit->processed_at }} | {!! get_pay_badge($deposit->status, $deposit->txn_id)!!} {!! get_paydelete_status($deposit->status, $deposit->txn_id) !!} |
Withdrawal History
Tranx Id | Type | Amount | Withdrawal Mode | Status | Processed At |
|
---|---|---|---|---|---|---|
{{$withdrawal->txn_id}}
{{\Carbon\Carbon::parse($withdrawal->created_at)->toDayDateTimeString()}}
|
{{$withdrawal->type}} @if(!empty($withdrawal->dwallet_from())) {{$withdrawal->dwallet_from()->dwallet()->wallet_name}} Wallet -{{$withdrawal->dwallet_from()->sym}} @endif | {{number_format($withdrawal->amount,2,'.',',')}} {{system_settings('currency')}} | {{$withdrawal->dmode()->name}} @if(!empty($withdrawal->dwallet_to())) {{$withdrawal->dwallet_to()->dwallet()->wallet_name}} Wallet -{{$withdrawal->dwallet_to()->sym}} @endif | {{$withdrawal->status}} | {{ $withdrawal->processed_at }} | {!! get_paydelete_status($withdrawal->status, $withdrawal->txn_id) !!} |