Subscription
{{-- @if(session('success'))
@if(($subscriptions ?? collect())->isEmpty())
@else
@endif
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif --}}
Subscription Status
@if(Auth::user()->hasActiveSubscription())
@else
@endif
Active Subscription
You have access to all premium features including unlimited downloads and multiple PDF designs.
Premium
No Active Subscription
Upgrade to a premium plan to unlock unlimited downloads and multiple PDF designs.
No Active Subscriptions
You don't have any active subscriptions. Choose a plan to get started.
Choose a PlanSubscription Details
| Plan | Interval | Price | Status | Next Billing | {{--Actions | --}}
|---|---|---|---|---|---|
|
{{ $subscription->plan->title ?? '—' }}
@if(!empty($subscription->plan->description))
{{ $subscription->plan->description }}
@endif
|
{{ ucfirst($interval ?? '—') }} | @if(!is_null($price)) ${{ number_format((float)$price, 2) }} /{{ $interval === 'year' ? 'year' : 'month' }} @else — @endif | @php $isActive = $subscription->status === 'active'; @endphp {{ ucfirst($subscription->status) }} | {{ optional($subscription->current_period_end)->toFormattedDateString() ?? '—' }} | {{--
@if($isActive)
@endif
| --}}