@extends('front.layouts.app') @section('title', 'اتصل بنا | منصة MedExchange') @section('styles') @endsection @section('content')

تواصل معنا

نحن هنا للإجابة على استفساراتك ومساعدتك في أي وقت

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

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

@csrf
@if($contact)

العنوان

{{ $contact->address }}

الهاتف

@if($contact->phone1)

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

@endif
@if($contact->whatsapp) @endif

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

{{ $contact->email1 }}

@if($contact->email2)

{{ $contact->email2 }}

@endif
@if($contact->working_hours)

ساعات العمل

{{ $contact->working_hours }}

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