@if (\App::getLocale() == 'ar') @else @endif
{{ $contact->phone1 }}
{{ __('admin.web.Our location') }}
@php if (\App::getLocale() == 'ar') { $logoWord = 'المكان الأفضل لاحتياجاتك'; } else { $logoWord = 'The best place for your needs'; } @endphp
{{ $logoWord }}
@if (\App::getLocale() == 'en')
EN
AR
@else
AR
EN
@endif
{{ __('admin.web.Home') }}
{{ __('admin.web.Our products') }}
@foreach ($categories2 as $category)
@if (\App::getLocale() == 'en') {{ $category->title_en }} @else {{ $category->title }} @endif
@endforeach
{{ __('admin.web.About Us') }}
{{ __('admin.web.Find us') }}
{{ __('admin.web.brochure') }}
@csrf
{{ __('admin.web.Blog') }}
@csrf
{{ __('admin.web.Home') }}
{{ __('admin.web.About Us') }}
{{ __('admin.web.Our products') }}
@foreach ($categories2 as $category)
@if (\App::getLocale() == 'en') {{ $category->title_en }} @else {{ $category->title }} @endif
@endforeach
{{ __('admin.web.Find us') }}
{{ __('admin.web.Contact') }}
{{ __('admin.web.Blog') }}
{{ __('admin.web.brochure') }}
{{ __('admin.web.Change Language') }}
English
العربية
{{ __('admin.web.Follow us') }}
@stack('scripts') @stack('styles')