@extends('frontend.layouts.master') @section('meta_title', $seo_setting['contact_page']['seo_title']) @section('meta_description', $seo_setting['contact_page']['seo_description']) @section('contents') @if($contact?->address) {{ __('Address') }} {{ $contact?->address }} @endif @if ($contact?->phone_one || $contact?->phone_two) {{ __('Phone') }} {{ $contact?->phone_one }} {{ $contact?->phone_two }} @endif @if($contact?->email_one || $contact?->email_two) {{ __('E-mail Address') }} {{ $contact?->email_one }} {{ $contact?->email_two }} @endif {{ __('Send Us Message') }} {{ __('Your email address will not be published. Required fields are marked') }} * @csrf @if (Cache::get('setting')->recaptcha_status === 'active') @endif {{ __('Submit Now') }} @if($contact?->map) @endif @endsection @push('scripts') @endpush
{{ $contact?->address }}
{{ __('Your email address will not be published. Required fields are marked') }} *