{{ $post->name }}
@if ($description = $post->description){!! BaseHelper::clean(nl2br($description)) !!}
@endif@php $style = $style ?? 'style-1'; $author = $post->author; $authorDisplayName = $author->getMetaData('display_name', true); $category = $post->firstCategory; @endphp @if ($style === 'style-5')
{!! BaseHelper::clean(nl2br($description)) !!}
@endif{{ $description }}
@endif @if($style !== 'style-4') @endif