Subscription Expired

Your Subscription Has Expired

Your subscription expired{{ $lastSubscription ? ' on ' . $lastSubscription->expires_at->format('M d, Y') : '' }}. While your account is still active, the following restrictions apply:

  • You cannot create new listings (properties, products, or services)
  • You cannot edit existing listings
  • Your listings are hidden from the public
  • You can still view and delete your listings
  • You can still view and manage existing orders
@if($plans->count())

Renew Your Subscription

@foreach($plans as $plan)
{{ $plan->name }}

{{ $plan->formatted_price }}

{{ $plan->duration_days }} days

@endforeach
@endif @php $bankDetails = \App\Models\SiteConfig::getBankDetails(); @endphp

To renew your subscription:

Make payment and contact the admin for activation. Your listings will become visible again once your subscription is renewed.

@if($bankDetails['bank_name'] && $bankDetails['account_number'])

Bank Transfer Details:

Bank: {{ $bankDetails['bank_name'] }}

Account Name: {{ $bankDetails['account_name'] }}

Account Number: {{ $bankDetails['account_number'] }}

@endif