@if ($subtitle = Arr::get($config, 'subtitle'))
dots {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = Arr::get($config, 'title'))

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

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

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

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