@extends('front.layouts.app') @section('title', 'منصة MedExchange | منصة متكاملة للخدمات الطبية في مصر') @section('styles') @endsection @section('content')
@forelse($heroes as $index => $hero)
{{ $hero->title }}
{{ $hero->feature ?? 'الأفضل في مصر' }}

{{ $hero->title }}

{{ $hero->description }}

@if($hero->btn1_text) {{ $hero->btn1_text }} @endif @if($hero->btn2_text) {{ $hero->btn2_text }} @endif
@empty
Default Hero
الأفضل في مصر

منصة MedExchange المتكاملة

اكتشف خدماتنا المتخصصة في الاستشارات الطبية، الملفات الدوائية، وفرص العمل في القطاع الطبي

@endforelse
@foreach($heroes as $index => $hero) @endforeach @if($heroes->isEmpty()) @endif
@foreach($statistics as $stat)
{{ $stat->count }}
{{ $stat->title }}
@endforeach
حلولنا

حلول مبتكرة للقطاع الطبي

نقدم مجموعة من الخدمات المتخصصة التي تلبي احتياجات الكوادر الطبية والمؤسسات الصحية

@foreach($solutions as $solution) @endforeach
@if($cta)

{{ $cta->title }}

{{ $cta->description }}

@endif @if($whies->isNotEmpty())
المميزات

لماذا نحن الخيار الأفضل؟

نقدم لك مجموعة من المميزات التي تجعلنا الخيار الأول في مجال استبدال المنتجات الطبية

@php $colors = ['blue', 'green', 'orange', 'purple', 'red', 'teal', 'yellow', 'pink', 'indigo', 'cyan', 'lime', 'brown']; @endphp @foreach($whies as $index => $why)

{{ $why->title }}

{{ $why->description }}

@endforeach
@endif @if($cta2)

{{ $cta2->title }}

{{ $cta2->description }}

{{ $cta2->btn_text }}
@endif @if($steps->isNotEmpty())
كيف يعمل

البدء معنا سهل وبسيط

أربع خطوات بسيطة فقط تفصلك عن الاستفادة من جميع خدماتنا

@foreach($steps as $index => $step)
{{ str_pad($step->step_number, 2, '0', STR_PAD_LEFT) }}

{{ $step->title }}

{{ $step->description }}

@php $stepFeatures = is_array($step->features) ? $step->features : json_decode($step->features, true); @endphp @if($stepFeatures)
    @foreach($stepFeatures as $feature)
  • {{ $feature }}
  • @endforeach
@endif
@if(!$loop->last)
@endif
@endforeach
@if($video)

{{ $video->title }}

{{ $video->description }}

شاهد على يوتيوب
@php $videoId = ''; if(preg_match('/(?:youtube\.com\/(?:[^\/]+\/.+\/|(?:v|e(?:mbed)?)\/|.*[?&]v=)|youtu\.be\/)([^"&?\/\s]{11})/', $video->video_link, $match)) { $videoId = $match[1]; } @endphp @if($videoId)
@else
@endif
@endif
@endif @if($contact)
تواصل معنا

نحن هنا لمساعدتك

لا تتردد في التواصل معنا في أي وقت، فريقنا جاهز للرد على استفساراتك

معلومات التواصل

تواصل معنا عبر أي من الطرق التالية

الهاتف

@if($contact->phone1) {{ $contact->phone1 }} @endif @if($contact->phone2) {{ $contact->phone2 }} @endif

البريد الإلكتروني

@if($contact->email1) {{ $contact->email1 }} @endif @if($contact->email2) {{ $contact->email2 }} @endif
@if($contact->whatsapp)

واتساب

{{ $contact->whatsapp }}

متاح 24/7 للرد السريع

@endif @if($contact->address)

العنوان

{{ $contact->address }}

@endif

أرسل لنا رسالة

املأ النموذج وسنتواصل معك في أقرب وقت

@csrf
@if($map)

{{ $map->title ?? 'موقعنا على الخريطة' }}

زرنا في مقرنا الرئيسي

@endif
@endif @if($cta3)

{{ $cta3->title }}

{{ $cta3->description }}

@endif @endsection @section('scripts') @endsection