Service Booking
{{ $currentSubscription ? 'Active Plan' : 'Your Plan Detail' }}
Plan Name: {{ $currentSubscription->plan_name }}
Plan Expired On: {{ date(config('constant.date_format.display_format'), strtotime($currentSubscription->end_date)) }}
@elseif($expiredSubscription)Plan Name: {{ $expiredSubscription->plan_name }}
Your Plan Is Expired: {{ date(config('constant.date_format.display_format'), strtotime($expiredSubscription->end_date)) }}
@elseThere are currently no plans associated with your account.
@endif