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

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

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

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

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