@extends('web_theme::layout.main') @php $title = 'Request a Quote | El DiDi Group'; $description = 'Get a personalized quote from El DiDi Group for products, services, or projects. Fill out the form and we will respond promptly.'; $ogImage = asset('themes/web/assets/images/logo.png'); @endphp @section('title', $title) @section('meta_description', $description) @section('og_image', $ogImage) @section('content')

Quote? Let’s Talk

El Didi Group is a leading provider of drilling and heavy equipment solutions across the region.
Kindly complete the form below, and we’ll respond as soon as possible
@csrf @method('POST') @if (request()->has('product_id')) @endif @if (request()->has('partner_details_id')) @endif @if (request()->has('company_details_id')) @endif
{{-- Privacy Notice --}}
@endsection