@extends('layouts.app') @section('content')
@if($existingSubscription->status == 'pending') You have already submitted a subscription request that is currently pending approval from the super admin. Please wait for the admin to review and approve your subscription before creating a new one. @elseif($existingSubscription->status == 'cancelled') Your previous subscription has been cancelled. You can create a new subscription request if needed. @elseif($existingSubscription->status == 'expired') Your previous subscription has expired. You can create a new subscription request if needed. @else Your current subscription status does not allow creating a new subscription at this time. @endif
@if($existingSubscription->status != 'pending')You can create a new subscription request below.
Create New Subscription @elseIf you have any questions, please contact the administrator.
@endif