@php use App\Services\StoreService; use App\Services\TranslationService; $store_settings = app(StoreService::class)->getStoreSettings(); $categories = $categories['categories']; $language_code = app(TranslationService::class)->getLanguageCode(); $category_section_title = $store_settings['category_section_title'] ?? 'Categories'; // dd(count($categories)); @endphp
{{ $row->title }}