@extends('layouts.store', ['title' => (($selected?->name_ar ?? 'كل الأقسام').' | RaseedNow')]) @section('content') @php($isEnglish = app()->getLocale() === 'en')
{{ $isEnglish ? 'RaseedNow catalog' : 'كتالوج RaseedNow' }}

{{ $isEnglish ? 'Games, gift cards and digital accounts' : 'الألعاب والبطاقات والحسابات الرقمية' }}

{{ $isEnglish ? 'Browse every department and subcategory from one clear page.' : 'كل الأقسام والصب كاتيجوريز في صفحة واحدة منظمة وسريعة.' }}

@php($activeRoot = $selected?->parent ?: $selected) @if($activeRoot && $activeRoot->children->isNotEmpty()) @endif
{{ $games->total() }} منتج

{{ $selected ? ($isEnglish ? $selected->name_en : $selected->name_ar) : ($isEnglish ? 'All products' : 'كل المنتجات') }}

@if($selected?->description_ar)

{{ $isEnglish ? $selected->description_en : $selected->description_ar }}

@endif
{{ $games->links() }}
@endsection @push('styles') @endpush