@extends('layouts.sass-app') @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 && $global->google_captcha_version=="v2") @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif {{ $frontMenu->contact_submit }} {!! Form::close() !!} @endsection @push('footer-script') @if($global->google_recaptcha_status && $global->google_captcha_version=="v3") @endif @endpush