Started
{{ $subscription->starts_at->format('M d, Y') }}
Expires
{{ $subscription->expires_at->format('M d, Y') }}
Days Remaining
{{ $subscription->daysRemaining() }} day(s)
You do not have an active subscription. Contact admin to activate one.
@endifTo subscribe or renew, make payment to the bank details below and contact the admin for activation.
@if($plans->count()){{ $plan->description }}
@endif{{ $plan->formatted_price }}
{{ $plan->duration_days }} days
No plans available at the moment.
@endifBank Transfer Details:
Bank: {{ $bankDetails['bank_name'] }}
Account Name: {{ $bankDetails['account_name'] }}
Account Number: {{ $bankDetails['account_number'] }}
| Plan | Status | Started | Expired |
|---|---|---|---|
| {{ $sub->plan?->name ?? 'N/A' }} | {{ $sub->status->label() }} | {{ $sub->starts_at->format('M d, Y') }} | {{ $sub->expires_at->format('M d, Y') }} |