@extends('main') @if($seo !== NULL) @section('title', $seo->title) @section('description', $seo->description) @section('keywords', $seo->keywords) @section('author', $seo->author) @else @section('title', 'Fanadek Masr | اتصل بنا') @endif @section('content')

بيانات الاتصال

{!!$contact->map!!}
العنوان
{{$contact->address}}
الهاتف
@if($contact->phone != '') {{$contact->phone}} @endif @if($contact->phone_two != '') {{$contact->phone_two}} @endif @if($contact->phone_three != '') {{$contact->phone_three}} @endif @if($contact->phone_four != '') {{$contact->phone_four}} @endif
@if($contact->email != '')
البريد الالكتروني
{{$contact->email}}
@endif @if($contact->whatsapp != '') @endif @if($contact->viber != '') @endif @if($contact->skype != '') @endif

تواصل معنا

{{csrf_field()}} @if($msg != '')
{{$msg}}
@endif @if($errors->any())
{{$errors->first()}}
@endif
@endsection