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