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

    @if($address = $shortcode->address)
  • {{ $address }}
  • @endif @if($phone = $shortcode->phone)
  • {{ $phone }}
  • @endif @if($email = $shortcode->email)
  • {{ $email }}
  • @endif @if($hours = $shortcode->hours)
  • {{ __('Store Hours:') }} {{ $hours }}
  • @endif
@foreach(range(1, 2) as $i) @if($label = $shortcode->{'button_label_' . $i}) {{ $label }} @if($icon = $shortcode->{'button_icon_' . $i}) {!! BaseHelper::renderIcon($icon) !!} @endif @endif @endforeach

{!! BaseHelper::clean($shortcode->form_title) ?: __('Make Custom Request') !!}

{!! BaseHelper::clean($shortcode->form_subtitle) ?: __('Must-have pieces selected every month want style Ideas and Treats?') !!}

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