@if(!is_null($price))
${{ number_format((float)$price, 2) }} /{{ $interval === 'year' ? 'year' : 'month' }}
@else
$
@endif
@if(!empty($subscription->plan->description))
{{ $subscription->plan->description ?? '—' }}
@endif
{{--
Choose from 4 professional PDF designs to match
your
style.
Get AI-powered content suggestions to enhance your
resume.
--}}
Next billing date: {{ optional($subscription->current_period_end)->toFormattedDateString() ?? '—' }}