@extends('inner_layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('frontend_content')

{{ $contact_us?->title }}

{{ $contact_us?->description }}

{{ $contact_us?->address }}

{{ $contact_us?->email }}

{{ $contact_us?->phone }}

{{ __('Follow Us') }}

{{ __('Send Us Message') }}

{{ __('Your email address will not be published. Required fields are marked *') }}

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