@if ($title || $description)
@if ($title)

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

@endif @if ($description) {!! BaseHelper::clean($description) !!} @endif
@endif