@if ($title = Arr::get($config, 'title'))

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

@endif {!! $form->renderForm() !!}
@if (Arr::get($config, 'display_social_links') && $items = Theme::getSocialLinks())
{{ __('Follow Us on:') }}
    @foreach($items as $item)
  • {!! $item->getIconHtml() !!}
  • @endforeach
@endif