@extends('front.layouts.app') @section('title', 'من نحن | منصة MedExchange') @section('styles') @endsection @section('content') @if($about)

{{ $about->title }}

{{ $about->description }}

@if($about->stat1_number)

{{ $about->stat1_number }}

{{ $about->stat1_title }}

@endif @if($about->stat2_number)

{{ $about->stat2_number }}

{{ $about->stat2_title }}

@endif @if($about->stat3_number)

{{ $about->stat3_number }}

{{ $about->stat3_title }}

@endif
@if($about->image) {{ $about->title }} @else Medical Team @endif
@else

قريباً...

نعمل حالياً على تجهيز محتوى هذه الصفحة.

@endif @if($mv)

{{ $mv->vision_title }}

{{ $mv->vision_description }}

{{ $mv->mission_title }}

{{ $mv->mission_description }}

@endif @if($advantages->isNotEmpty())

ما الذي يميزنا؟

@foreach($advantages as $advantage)

{{ $advantage->title }}

{{ $advantage->description }}

@endforeach
@endif @if($teamMembers->isNotEmpty())

نخبة من المتخصصين

@foreach($teamMembers as $member)
@if($member->image) {{ $member->name }} @else {{ $member->name }} @endif

{{ $member->name }}

{{ $member->description }}

@endforeach
@endif @if($contactCta)

{{ $contactCta->title }}

{{ $contactCta->description }}

{{ $contactCta->button_text }}
@endif @endsection @section('scripts') @endsection