@extends('frontend.layouts.app') @section('title', __('lang.fp_nav_contact')) @section('content')
{{ __('lang.fp_contact_eyebrow') }}

{{ __('lang.fp_contact_title') }}

@if ($contact->body_ar)

{{ $contact->body_ar }}

@endif
@if ($contact->phone) @endif @if ($contact->whatsapp) @endif @if ($contact->email) @endif @if ($contact->address_ar)
{{ __('lang.fp_contact_address') }}
{{ $contact->address_ar }}
@endif
@if ($contact->facebook_url || $contact->instagram_url || $contact->twitter_url)
@if ($contact->facebook_url) @endif @if ($contact->instagram_url) @endif @if ($contact->twitter_url) @endif
@endif
@endsection