@php $electionalCategories = \App\Services\ElectionalService::categoryDefinitions(); $locale = strtolower(app()->getLocale()); $localeIsEs = str_starts_with($locale, 'es'); $localeIsEn = str_starts_with($locale, 'en') || (!$localeIsEs && !str_starts_with($locale, 'tr')); $creditHintText = $localeIsEn ? 'Each request is deducted from your balance.' : ($localeIsEs ? 'Cada interpretación se deduce de su saldo.' : 'Her yorum bakiyenizden düşer'); @endphp