{{$post->post_content ?? ''}}

@php $jsonDecodeTags = json_decode($post->post_tags); @endphp @if ($jsonDecodeTags !== null && is_array($jsonDecodeTags)) @foreach ($jsonDecodeTags as $tag) {{ $tag }} @endforeach @endif @if($post->post_video)
@endif @if($post->post_image)
@endif