Hello, {{ auth()->user()->fname }}
{{ auth()->user()->email }} • {{
\Carbon\Carbon::parse(auth()->user()->dob ?? now())->age ?? 'N/A' }} years old
Primary Profile Setup
@if(Auth::user()->primary_profile != NULL && Auth::user()->expired == 1) @else Verify your data and procced!! @endif @if($get_profile_data !== NULL) @endif
@include('user.verify_profile_setup_data.wizard_step_1')
@include('user.verify_profile_setup_data.wizard_step_2')
@include('user.verify_profile_setup_data.wizard_step_3')
@include('user.verify_profile_setup_data.wizard_step_4')
@include('user.verify_profile_setup_data.wizard_step_5')
Important: Please do not refresh or close the page while the payment is being completed.
After payment via UPI app, return to this page and wait for 10 seconds for confirmation.
After payment via UPI app, return to this page and wait for 10 seconds for confirmation.
Oops! Your subscription has been expired on {{date('d/m/Y
H:i:s',strtotime(Auth::user()->expiry_date))}}
@foreach ($payment_gateways as $payment_gateway)
@endforeach
Payment Gateway Taxes 2.5%
- Payment is successfull
- UID generated successfull
Your UID is : {{ auth()->user()->reg_uid }}