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

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

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

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

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