@php $selectedMonths = (int) ($selectedMonths ?? 1); $selectedPlan = $selectedPlan ?? null; $style = $style ?? 'app'; $isLogin = $style === 'login'; @endphp @if (! empty($tiers) && count($tiers) > 0) @if ($isLogin)
Plan
@foreach ($tiers as $tier) @endforeach
@error('plan_slug')

{{ $message }}

@enderror
@else
@foreach ($tiers as $tier) @endforeach
@error('plan_slug')

{{ $message }}

@enderror @endif @endif @if ($isLogin)
Subscription length
@foreach ($plans as $plan) @endforeach
@error('plan_months')

{{ $message }}

@enderror
@else
@foreach ($plans as $plan) @endforeach
@error('plan_months')

{{ $message }}

@enderror @endif