{{--

{!! $title ?? '' !!}

@if($description) {!! $description !!} @endif
--}}

{!! $title ?? '' !!}

@if (!empty($description))

{!! $description ?? '' !!}

@endif