@if ($certificate->title)
{{ $certificate->title }}
@endif
@if ($certificate->sub_title)
{{ $certificate->sub_title }}
@endif
@if ($certificate->description)
{!! clean(nl2br($certificate->description)) !!}
@endif
@if ($certificate->description)
@endif