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
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)