@extends('adminlayout.admin') @section('content')



Aadhar Pay
AadharPay Wallet: {{ Auth::user()->aadharpay_wallet }} ₹
Transfer
Aadhar Pay
@csrf
@if ($errors->has('bank')) {{ $errors->first('bank') }} @endif
@if ($errors->has('mobilenumber')) {{ $errors->first('mobilenumber') }} @endif
@if ($errors->has('adhaarnumber')) {{ $errors->first('adhaarnumber') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@if ($balanceEnquiryStatus == 1)
Response
{{-- --}} {{-- @php $aadhar_number = $response['aadhar_number'] ?? ''; if($aadhar_number!='') { $aadhar_number = '********'. substr($aadhar_number, -4); } @endphp --}} {{-- --}}
{{--
--}} --------------------------------------
Global Tax Suvidha Kendra AEPS
--------------------------------------
{{--
--}}
Withdrawal
 
IIN Bank: {{ $response['bankiin'] ?? '' }}
Date: {{ $response['date'] }} Time: {{ $response['time'] }}
Terminal ID: PMU0a91c2b97257
SK Name: {{ Auth::user()->name }}
SK Loc {{ Auth::user()->pin_code . ', ' . Auth::user()->city . ', ' . Auth::user()->state }}
Aadhaar No:{{ $aadhar_number }}
Client Reference no: {{ $response['clientrefno'] ?? '' }}
RRN: {{ $response['bankrrn'] ?? '' }}
Ackno: {{ $response['ackno'] ?? '' }}
TXN Status: {{ $response['status'] ?? '' }}
Message: {{ $response['message'] }}
TXN Amt: Rs. {{ $response['amount'] ?? 0 }}
Transfer Amount: Rs. {{ $response['amount'] ?? 0 }}
Balance: {{ $response['balanceamount'] ?? '' }}
Note:- Pls do not pay any charges/fee for this txn
THANK YOU
Customer Care: +91 8090809059
Powered By: SPVAIG Pvt Ltd
@endif
Aadhar Pay Transaction Status
@csrf
@if ($errors->has('reference')) {{ $errors->first('reference') }} @endif
@if ($balanceEnquiryStatus == 2)
Response
{{--
--}} --------------------------------------
Global Tax Suvidha Kendra AEPS Aadhar Pay
--------------------------------------
{{--
--}}
 
Message: {{ $response['message'] }}
Transfer Amount: Rs. {{ $response['amount'] ?? 0 }}
Status: {{ $response['status'] ?? '' }}
TXN Status: {{ $response['txnstatus'] ?? '' }}
Date: {{ date('Y-m-d') }} Time: {{ date('H:i:s') }}
SK Name: {{ Auth::user()->name }}
SK Loc {{ Auth::user()->pin_code . ', ' . Auth::user()->city . ', ' . Auth::user()->state }}
RRN: {{ $response['bankrrn'] ?? '' }}
Ackno: {{ $response['ackno'] ?? '' }}
Note:- Pls do not pay any charges/fee for this txn
THANK YOU
Customer Care: +91 8090809059
Powered By: SPVAIG Pvt Ltd
@endif
@endsection