@extends('layouts.frontend.master') @section('title', 'Contact Us') @section('css') @endsection @section('style') @endsection @section('content')
image

{{ $contact->title ?? 'Contact'}}

{!!$contact->description ?? '

We’d love to talk about how we can work together.Send us a message below and we’ll respond as soon as possible.

'!!}
@php( $countries = app('bmf')->getCountriesList())

Drop us a message

@csrf

image

Phone Number

{{ $contactPhone->value ?? config('app.contact.phone') }}
image

Email

{{ $contactEmail->value ?? config('app.contact.email') }}
@if(!empty($contact->image) && Storage::exists($contact->image)) {{$contact->title.' Banner Image'}} @else image @endif
@endsection @section('script') @endsection