@extends('layouts.app') @section('content')

{{__('Offline Wallet Recharge Requests')}}

@foreach($wallets as $key => $wallet) @endforeach {{ $wallets->links() }}
# {{__('Name')}} {{__('Amount')}} {{__('Method')}} {{__('TXN ID')}} {{__('Photo')}} {{__('Approval')}} {{__('Date')}}
{{ ($key+1) }} {{ $wallet->user->name }} {{ $wallet->amount }} {{ $wallet->payment_method }} {{ $wallet->payment_details }} @if ($wallet->reciept != null) {{__('Open Reciept')}} @endif {{ $wallet->created_at }}
@endsection @section('script') @endsection