@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)

@endif
{!! Form::close() !!}
@endsection @push('footer-script') @endpush