@php
$badgeHtml = '';
if(Auth::user()->primary_profile != NULL && Auth::user()->expired == 1) {
// Badge for expired user
} else {
$badgeHtml = 'Verify your data and proceed!!';
}
if($get_profile_data !== NULL) {
$badgeHtml .= ' ';
}
@endphp
@include('user.partials.profile_header', ['title' => 'Primary Profile Setup', 'badge' => $badgeHtml])
@auth
@if($get_profile_data !== NULL && auth()->user()->is_old_user == NULL || auth()->user()->is_old_user == 0)
@elseif(!is_null(auth()->user()->primary_profile) && auth()->user()->expired == 1)
@elseif(!is_null(auth()->user()->primary_profile) && (int)auth()->user()->approved === 1 && (int)auth()->user()->paid === 1)
@else
@endif
@endauth
@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 }}