@php if (!($subscription && is_object($subscription))) { return; } $translations = parse_translation($subscription); $title = $translations['title'] ?? ($subscription->title ?? ''); $backendSetting = get_theme_option(key: 'backend_general') ?? null; $currency = $backendSetting['currency'] ?? 'USD-$'; $currencySymbol = get_currency_symbol($currency); @endphp