@php
$selectedMonths = (int) ($selectedMonths ?? 1);
$selectedPlan = $selectedPlan ?? null;
$style = $style ?? 'app';
$isLogin = $style === 'login';
@endphp
@if (! empty($tiers) && count($tiers) > 0)
@if ($isLogin)
@else
@foreach ($tiers as $tier)
@endforeach
@error('plan_slug'){{ $message }}
@enderror
@endif
@endif
@if ($isLogin)
@else
@foreach ($plans as $plan)
@endforeach
@error('plan_months'){{ $message }}
@enderror
@endif