{{ $shortcode->title }}

{{ $shortcode->subtitle }}
@for ($i = 1; $i <= 3; $i++) @if ($shortcode->{'name_' . $i} && $shortcode->{'address_' . $i})
{{ $shortcode->{'name_' . $i} }}

{{ $shortcode->{'address_' . $i} }}

@if ($phone = $shortcode->{'phone_' . $i})

{{ $phone }}

@endif @if ($email = $shortcode->{'email_' . $i})

{{ $email }}

@endif
@endif @endfor
@if ($shortcode->show_contact_form && is_plugin_active('contact'))
{!! '[contact-form][/contact-form]' !!}
@endif