@include('common.notify')
@lang('provider.sno') |
@lang('provider.transaction_ref') |
@lang('provider.transaction_desc') |
@lang('provider.status') |
@lang('provider.amount') |
@php($page = ($pagination->currentPage-1)*$pagination->perPage)
@foreach($wallet_transation as $index=>$wallet)
@php($page++)
{{$page}} |
{{$wallet->transaction_alias}} |
{{$wallet->transaction_desc}} |
@if($wallet->type == 'C') @lang('user.credit') @else @lang('user.debit') @endif |
{{currency($wallet->amount)}}
|
@endforeach
{{ $wallet_transation->links() }}