@php $currencySymbol = $currency ?? currency()->symbol; @endphp
{!! displayPlanPrice($plan, currency()) !!} {{ $period ?? $plan->frequency }}
$plan->is_featured, ]) href="{{ route('register', ['plan' => $plan->id]) }}" > {{ __('Select') }} {{ __($plan->name) }} @if ($plan->description){!! $plan->description !!}
@endif