@extends('super-admin.layouts.saas-app') @section('header-section') @include('super-admin.saas.section.breadcrumb') @endsection @section('content')
@if(!is_null($frontDetail->contact_html))
{!! $frontDetail->contact_html !!}
@endif
@lang('app.address')
{{ $frontDetail->address }}
@lang('app.email')
{{ $frontDetail->email }}
@if($frontDetail->phone)
@lang('app.phone')
{{ $frontDetail->phone }}
@endif
{{--

Get in Touch

--}}
{!! Form::open(['id'=>'contactUs', 'method'=>'POST']) !!}
@if ($global->google_recaptcha_status == 'active' && $global->google_recaptcha_v2_status == 'active')
@endif
{!! Form::close() !!}
@endsection @push('footer-script') @if ($global->google_recaptcha_status == 'active' && $global->google_recaptcha_v2_status == 'active') @endif @if ($global->google_recaptcha_status == 'active' && $global->google_recaptcha_v3_status == 'active') @endif @endpush