@if($shortcode->address_label || $shortcode->address_detail)
@if($addressIcon = $shortcode->address_icon)
@endif @if($addressLabel = $shortcode->address_label)
{{ $addressLabel }}
@endif @if($addressDetail = $shortcode->address_detail)

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

@endif
@endif @if($shortcode->work_time_label || $shortcode->work_time_detail)
@if($workTimeIcon = $shortcode->work_time_icon)
@endif @if($workTimeLabel = $shortcode->work_time_label)
{{ $workTimeLabel }}
@endif @if($workTimeDetail = $shortcode->work_time_detail)

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

@endif
@endif @if($shortcode->phone_label && $shortcode->phone_detail)
@if($phoneIcon = $shortcode->phone_icon)
@endif @if($phoneLabel = $shortcode->phone_label)
{{ $phoneLabel }}
@endif @if($phoneDetail = $shortcode->phone_detail)

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

@endif
@endif @if($shortcode->email_label || $shortcode->email_detail)
@if($emailIcon = $shortcode->email_icon)
@endif @if($emailLabel = $shortcode->email_label)
{{ $emailLabel }}
@endif @if($emailDetail = $shortcode->email_detail)

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

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

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

@endif {!! $form->renderForm() !!}