Logo
Hello, {{ $user->fname }} {{ $user->lname }}
{{ $user->email }}
{{ $user->mobile }}
@if(!empty($user->reg_uid))
UID: {{ $user->reg_uid }}
@if(!empty($user->expiry_date))
Expired on: {{ \Carbon\Carbon::parse($user->expiry_date)->timezone(config('app.timezone'))->format('d M Y, h:i A') }}
@endif @endif
@csrf

Membership Expired

Your membership has expired. Please renew to continue accessing your dashboard and all services.

Payment Instructions:
  • Do not refresh or close this page during payment
  • After paying via UPI/app, return to this page
  • Wait a few seconds for automatic confirmation

Accepted Payment Methods:

@foreach ($payment_gateways as $pg) @endforeach
@csrf @if(isset($razorpay_order) && !empty($razorpay_order)) @else
Payment gateway is unavailable. Please try again later.
@endif