@extends('home.home_page.index') @section('body') @yield('name') @yield('title')

News

@foreach ($data as $item)
@if (App()->getLocale() == 'ar') {{ $item->head_ar }} @else {{ $item->head_en }} @endif

@if (App()->getLocale() == 'ar') {!! html_entity_decode($item->desc_ar) !!} @else {!! html_entity_decode($item->desc_en) !!} @endif

view
@endforeach

Maneger

@foreach ($Maneger as $item)
@if (App()->getLocale() == 'ar') {{ $item->head_ar }} @else {{ $item->head_en }} @endif

@if (App()->getLocale() == 'ar') {!! html_entity_decode($item->desc_ar) !!} @else {!! html_entity_decode($item->desc_en) !!} @endif

view
@endforeach @foreach ($sub_man as $item)
@if (App()->getLocale() == 'ar') {{ $item->head_ar }} @else {{ $item->head_en }} @endif

@if (App()->getLocale() == 'ar') {!! html_entity_decode($item->desc_ar) !!} @else {!! html_entity_decode($item->desc_en) !!} @endif

view
@endforeach

Partners

@foreach ($partners as $item)
@if (App()->getLocale() == 'ar') {{ $item->head_ar }} @else {{ $item->head_en }} @endif

@if (App()->getLocale() == 'ar') {!! html_entity_decode($item->desc_ar) !!} @else {!! html_entity_decode($item->desc_en) !!} @endif

view
@endforeach

Team Members

@foreach ($members as $item)
@if (App()->getLocale() == 'ar') {{ $item->head_ar }} @else {{ $item->head_en }} @endif

@if (App()->getLocale() == 'ar') {!! html_entity_decode($item->desc_ar) !!} @else {!! html_entity_decode($item->desc_en) !!} @endif

view
@endforeach

activites

@foreach ($activities as $item)
@if (App()->getLocale() == 'ar') {{ $item->head_ar }} @else {{ $item->head_en }} @endif

@if (App()->getLocale() == 'ar') {!! html_entity_decode($item->desc_ar) !!} @else {!! html_entity_decode($item->desc_en) !!} @endif

view
@endforeach

About Us

@foreach ($abouts as $item)
@if (App()->getLocale() == 'ar') {{ $item->head_ar }} @else {{ $item->head_en }} @endif

@if (App()->getLocale() == 'ar') {!! html_entity_decode($item->desc_ar) !!} @else {!! html_entity_decode($item->desc_en) !!} @endif

view
@endforeach

code-of-conduct

@foreach ($code_of_conducts as $item )

@if (App()->getLocale() == 'ar') {!! html_entity_decode($item->desc_ar) !!} @else {!! html_entity_decode($item->desc_en) !!} @endif

view
@endforeach

Orgnizational

@foreach ($organizs as $item)

@if (App()->getLocale() == 'ar') {!! html_entity_decode($item->desc_ar) !!} @else {!! html_entity_decode($item->desc_en) !!} @endif

view
@endforeach

catalog

@foreach ($catalog as $item )
@if (App()->getLocale() == 'ar') {{ $item->head_ar }} @else {{ $item->head_en }} @endif

@if (App()->getLocale() == 'ar') {!! html_entity_decode($item->desc_ar) !!} @else {!! html_entity_decode($item->desc_en) !!} @endif

view
@endforeach
{{--
--}} @endsection