@if ($shortcode->phone)
{{ __('Phone') }}

{!! BaseHelper::clean($shortcode->phone_description) !!}

@endif @if ($shortcode->email)
{{ __('Email') }}

{!! BaseHelper::clean($shortcode->email_description) !!}

@endif @if ($shortcode->address)
{{ __('Location') }}

{!! BaseHelper::clean($shortcode->address_description) !!}

@endif