@include('common.notify')
| @lang('provider.sno') |
@lang('provider.transaction_ref') |
@lang('provider.datetime') |
@lang('provider.amount') |
@php($page = ($pagination->currentPage-1)*$pagination->perPage)
@foreach($wallet_transation as $index=>$wallet)
@php($page++)
| {{$page}} |
{{$wallet->transaction_alias}} |
{{$wallet->transactions[0]->created_at->diffForHumans()}} |
{{currency($wallet->amount)}}
|
| Description | Type | Amount |
@foreach($wallet->transactions as $index=>$transactions)
| {{$transactions->transaction_desc}} |
@if($transactions->type=='C') Credit @else Debit @endif |
@if($transactions->type=='C') {{currency($transactions->amount)}}@else {{currency($transactions->amount)}}@endif |
@endforeach
|
@endforeach
{{ $wallet_transation->links() }}