@php $price = ($isMonthly) ? $package->discounted_monthly_price : $package->discounted_yearly_price; $old_price = ($isMonthly) ? $package->monthly_price : $package->yearly_price; @endphp