@php use App\Services\StoreService; use App\Services\TranslationService; $store_settings = app(StoreService::class)->getStoreSettings(); $language_code = app(TranslationService::class)->getLanguageCode(); @endphp @php $component = getCategoryDisplayComponent($store_settings); @endphp