@extends($active_theme) @section('title') {{ $seo_setting->seo_title }} @endsection @section('title') @endsection @section('frontend-content')
{!! clean(nl2br($contact->phone)) !!}
{!! clean(nl2br($contact->email)) !!}
{!! clean(nl2br($contact->address)) !!}

{{__('user.Feel Free to Get in Touch')}}

@csrf
{{__('user.Name')}}*
{{__('user.phone')}}
{{__('user.email')}}*
{{__('user.subject')}}*
{{__('user.message')}}*
@if($recaptchaSetting->status==1)
@endif

{{__('user.Support Time')}} {{ $contact->support_time }} {{ $contact->off_day }}

contact img
{!! $contact->map !!}
@endsection