-
@yield('lang')
-
{{ (app()->getLocale() == 'ar') ? 'القائمة' : 'MENU' }}
-
{{ (app()->getLocale() == 'ar') ? 'قصتنا' : 'Our Story' }}
@if(count($Pages) > 0)
-
@foreach($Pages as $page)
- {{ $page->page_title ?? '' }} @endforeach
- {{ (app()->getLocale() == 'ar') ? 'القيم الأساسية' : 'Core Values' }}
-
{{ (app()->getLocale() == 'ar') ? 'موديلات لكزس' : 'Lexus Models' }}
{{ (app()->getLocale() == 'ar') ? 'اختر الموديل' : 'Select model' }}
- {{ (app()->getLocale() == 'ar') ? 'الكل' : 'All' }} @if(count($classifications) > 0) @foreach($classifications as $classification) @if($classification->category_id == 2)
- {{ $classification->title ?? '' }} @endif @endforeach @endif
-
@if(count($Lexuscategories) > 0)
@foreach($Lexuscategories as $cat)
-
{{ $cat->title ?? '' }}
@endforeach
@endif
-
@if(count($classification->cars) > 0)
@foreach($classification->cars as $cat)
-
{{ $cat->title ?? '' }}
@endforeach
@endif
-
{{ (app()->getLocale() == 'ar') ? 'موديلات تويوتا' : 'Toyota Models' }}
{{ (app()->getLocale() == 'ar') ? 'اختر الموديل' : 'Select model' }}
- {{ (app()->getLocale() == 'ar') ? 'الكل' : 'All' }} @if(count($classifications) > 0) @foreach($classifications as $classification) @if($classification->category_id == 1)
- {{ $classification->title ?? '' }} @endif @endforeach @endif
-
@if(count($Toyotacategories) > 0)
@foreach($Toyotacategories as $cat)
-
{{ $cat->title ?? '' }}
@endforeach
@endif
-
@if(count($classification->cars) > 0)
@foreach($classification->cars as $cat)
-
{{ $cat->title ?? '' }}
@endforeach
@endif
- {{ (app()->getLocale() == 'ar') ? 'أدوات التسوق' : 'Shopping Tools' }}
- {{ (app()->getLocale() == 'ar') ? 'الخدمات' : 'Services' }}
-
{{ (app()->getLocale() == 'ar') ? 'مالكي' : 'Owners' }}
@if(count($ownerPages) > 0)
-
@foreach($ownerPages as $page)
- {{ $page->page_title ?? '' }} @endforeach
- {{ (app()->getLocale() == 'ar') ? 'المركز الاعلامي' : 'Media Center' }}
- {{ (app()->getLocale() == 'ar') ? 'اتصل بنا' : 'Contact us' }}
- {{ (app()->getLocale() == 'ar') ? 'الوظائف' : 'Careers' }}
Close -
{{ (app()->getLocale() == 'ar') ? 'قصتنا' : 'Our Story' }}
- {{ (app()->getLocale() == 'ar') ? 'اتصل بنا' : 'Contact us' }} @if($settings['footer_title'][app()->getLocale()] && $settings['footer_title_link'][app()->getLocale()])
- {{ $settings['footer_title'][app()->getLocale()] ?? '' }} @endif
- {{ (app()->getLocale() == 'ar') ? 'سياسة الخصوصية' : 'Privacy Policy' }}