Total Wallet Transactions Count: {{$wallet_trxs->count()}}
@extends(Auth::user()->extender()) @section('title'){{__('Report')}} {{ __('Wallet Trx') }} @endsection @section('content') @include('includes.page_header',['title'=>__('Report')." ". __('Wallet Trx'),'url'=>route(Auth::user()->user_dashboard()),'icon' => $icon??'','permission'=>'PriorityRoute-view'])
| Type | Count | Amount |
|---|---|---|
| {{ $type }} | {{ $data['count'] }} | EUR {{ $data['amount'] }} |
| # | Status | Wallet | Type | Payee | Paid Amount | Received Amount | Category | Status | History | Date | Note |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{$trx->parentStatus->name}} | {{$trx->payerWallet->name}} | {{$trx->parentType->name}} for Payer | {{$trx->payeeWallet->name}} | {{$trx->payee_currency.' '.Auth::user()->myNumberFormat($amount_payable_payee_currency)}} | {{$trx->payer_currency.' '.Auth::user()->myNumberFormat($amount_payable_payer_currency)}} | {{$trx->code}} | {{$trx->parentStatus->name}} | Dr. {{$trx->parameters}} Cr.{{$trx->details}} |
{{$trx->created_at}} | {{$trx->identity}} |