{{__('theme.get_the_app')}}

{{__('theme.you_can_download_the_application')}}

{{__('theme.information_links')}}
    @foreach ($pages->where('position','copyright_area') as $page) @php $translation_page = $page->translations->where('language_id',getLocaleId())->first(); @endphp
  • {{ $translation_page->title ?? $page->title }}
  • @endforeach {{--
  • {{ trans('theme.nav.faq') }}
  • --}}
{{__('theme.categories')}}
@php $categoryGroups = get_trending_categoryGroups(); @endphp
    @foreach($categoryGroups as $group) @php $translation = $group->translations->where('language_id',getLocaleId())->first(); @endphp
  • {{$translation->name ?? $group->name}}
  • @endforeach
{{__('theme.nav.my_account')}}
  • {{__('theme.register_account')}}
  • {{__('theme.settings')}}
  • {{__('theme.orders')}}
  • {{__('theme.wishlist')}}
{{__('theme.contact_data')}}

{{__('theme.for_more_inquiries')}}

@if ($social_media_links = get_social_media_links())
    @foreach ($social_media_links as $social_media => $link)
  • @endforeach
@if ($trust_badge = get_trust_badge_url())
@endif @endif

© {{ date('Y') }} {{ get_platform_title() }}

{{--

جميع الحقوق محفوظة لموقع EAGRO @ 2021

--}}