@extends('web.layouts.container') @section('content') @if(count($sliders))
@foreach($sliders as $slider)

{{$slider->title}}

@if($slider->url) {{__('main.more_about_us')}} @endif
@endforeach
@endif

{{__('pages.why_us')}}

{{$pages[1][0]['why_us_title']}}

{!! $pages[1][0]['why_us_description'] !!}

{{$pages[1][0]['why_us_experience_years']}}

{{__('pages.experience_year')}}

{{$pages[1][0]['why_us_experience_years_title']}}

{{__('main.more_about_us')}}

{{$pages[1][0]['why_us_experience_years']}}

{{__('pages.experience_year')}}

{{$pages[1][0]['why_us_experience_years_title']}}

{{__('main.more_about_us')}}
{{$pages[5][0]['vision_title']}}

{!! wordLimit(html_entity_decode($pages[5][0]['vision_description']), 40) !!}

{{__('main.more_about_us')}}
{{$pages[5][0]['message_title']}}

{!! wordLimit(html_entity_decode($pages[5][0]['message_description']), 40) !!}

{{__('main.more_about_us')}}
{{$pages[5][0]['values_title']}}

{!! wordLimit(html_entity_decode($pages[5][0]['values_description']), 40) !!}

{{__('main.more_about_us')}}
{{__('products.our_products')}}

{{__('products.special_products')}}

@if(count($homeProducts)) @foreach($homeProducts as $homeProduct) @endforeach @endif
{{__('suppliers.head')}}

{{__('suppliers.suppliers_partners')}}

{{$settings["suppliers_thumb_title_$lang"] ?? __('suppliers.sabic')}}
@if(count($suppliers)) @foreach($suppliers as $supplier)
{{$supplier->name}}
@endforeach @endif
{{__('testimonials.title_1')}}

{{__('testimonials.title_2')}}

{{--

--}} {{-- هناك حقيقة مثبتة منذ زمن طويل وهي لصفحة ما سيلهي القارئ عن التركيز--}} {{--

--}}
@if(count($testimonials)) @foreach($testimonials as $testimonial)
@endforeach @endif
{{__('banks.banks_dealing_with')}}

{{__('banks.honored_banks')}}

@if(count($banks)) @foreach($banks as $bank)
@if($bank->url) @else @endif
@endforeach @endif

{{$settings['completed_projects'] ?? 0}}

{{__('settings.completed_projects')}}

{{$settings['professional_engineers'] ?? 0}}

{{__('settings.professional_engineers')}}

{{$settings['project_request'] ?? 0}}

{{__('settings.project_request')}}

{{$settings['work_branches'] ?? 0}}

{{__('settings.work_branches')}}
{{__('articles.our_news')}}

{{__('articles.latest_news')}}

{{__('main.request_your_project')}}

{{__('main.support_all_day_along')}}

{{$settings['technical_support_phone'] ?? null}}

{{__('settings.headquarters_address')}}

{{settings('headquarters_address_'.getCurrentLocale()) }}

{{__('settings.work_time')}}

{{settings('work_time_'.getCurrentLocale()) }}

{{__('main.contact_us_1')}}

{{__('main.contact_us_all_day')}}

{{__('main.contact_us_hint')}}

{{$settings['site_phone'] ?? null}}
@endsection @section('inner_js') @endsection