@extends('web_theme::layout.main') @push('schema') @php $schemas = [ \App\Services\SchemaService::website(), \App\Services\SchemaService::breadcrumb([ ['name' => 'Home', 'url' => '/'], ]), ]; @endphp @include('schema') @endpush @section('content')
COMPANY OVERVIEW

About El Didi Group

{!! nl2br(e($option['app_overview'] ?? '')) !!}
{{--
--}}
Learn More @if (!empty ($option['driveLink'])) Download Company Profile @endif

OUR COMPANIES

@if(count($companies) <= 5) @else @endif

Our Services

FEATURED PRODUCTS

@foreach ($products as $product) @php $mainPhoto = $product->main_photo; $imageSrc = \Illuminate\Support\Str::startsWith($mainPhoto, ['http://', 'https://']) ? $mainPhoto : asset('system/storage/app/public/product/' . $mainPhoto); @endphp @endforeach

reference list

News Article

@foreach ($news as $newsItem)
{{ $newsItem->title }}

{{$newsItem->title}}

{{$newsItem->short_description}}

@endforeach
{{--

Our Customer Say
testimonials

--}} {{--
@if (!empty($option['awards']))
0+

Awards

@endif @if (!empty($option['happyClients']))
0k

Happy Clients

@endif @if (!empty($option['projects']))
0+

Projects

@endif @if (!empty($option['upTime']))
0%

Up Time

@endif
--}}

We Have Best
Corporate Partners

@endsection