@if ($posts) @php $list_tag_categories = $posts->list_tag_categories(); $list_tag_tags = $posts->list_tag_tags(); @endphp {{ $posts->title }} {{ $posts->author->name }} {{ carbonParseTransFormat($posts->created_at, 'd F Y') }} {{ $posts->viewed }} {!! shortcodes($posts->content) !!} @else @endif