@php $amount = currency_without_icon($subscription_plan->plan_price); $currencyIcon = Session::get('currency_icon'); $currencyPosition = Session::get('currency_position'); $periodLabel = match ($subscription_plan->expiration_date) { 'monthly' => __('translate.Monthly'), 'yearly' => __('translate.Yearly'), 'lifetime' => __('translate.Lifetime'), default => '', }; @endphp