@extends('layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('front-content')

{{ __('translate.Contact Us') }}

{{ __('translate.Phone') }}

{{ $contact_us->phone }}

{{ $contact_us->phone2 }}

{{ __('translate.Email') }}

{{ $contact_us->email }}

{{ $contact_us->email2 }}

{{ __('translate.Location') }}

{{ $contact_us->address }}

{{ __('translate.Follow Us') }}:

{{ $contact_us->title }}

{{ $contact_us->description }}

@csrf
@if($general_setting->recaptcha_status==1)
@endif
@endsection @push('js_section') @endpush