{{--
@if ($image = $shortcode->image) @endif
@if ($highlight = $shortcode->highlight) {!! BaseHelper::clean($highlight) !!} @endif @if ($title = $shortcode->title)

{!! BaseHelper::clean($title) !!}

@endif @if ($subtitle = $shortcode->subtitle)

{!! BaseHelper::clean($subtitle) !!}

@endif
@if ($name = $shortcode->name)

{!! BaseHelper::clean($name) !!}

@endif @if ($address = $shortcode->address)

{!! BaseHelper::clean($address) !!}

@endif @if ($phone = $shortcode->phone)

{!! BaseHelper::clean($phone) !!}

@endif @if ($email = $shortcode->email)

{!! BaseHelper::clean($email) !!}

@endif
{!! $form ->setFormInputClass('') ->renderForm() !!}
--}}
@if ($title = $shortcode->title)

{!! BaseHelper::clean($title) !!}

@endif @if ($subtitle = $shortcode->subtitle)

{!! BaseHelper::clean($subtitle) !!}

@endif
@if ($name = $shortcode->name)

{!! BaseHelper::clean($name) !!}

@endif @if ($address = $shortcode->address) @php $cleanedAddress = BaseHelper::clean($address); @endphp

{!! $cleanedAddress !!}

@endif @if ($phone = $shortcode->phone)

{!! BaseHelper::clean($phone) !!}

@endif @if ($email = $shortcode->email)

{!! BaseHelper::clean($email) !!}

@endif {{-- Embedded Google Map --}}
{{--

Let’s Connect

--}} {!! $form ->setFormInputClass('') ->renderForm() !!}