@if($prevPost) Previous @endif
@if($nextPost) Next @endif
@if($post->template == 1) @if(!is_null($post->vue_blob))
{{ $post->title }}
@endif @endif

{{ $post->title }}

{{-- strip_tags($post->body,"

"); --}} {!! strip_tags($post->body, ['a', 'p', 'h1', 'h2', 'h3', 'h4', 'h5','strong', 'br', 'div', 'iframe', 'img', 'ul', 'ol', 'li']) !!} @if($post->template == 2) @if(!empty($post->gallery))
@endif @endif @if($post->template == 3) @if(!empty($post->gallery))
@foreach($post->gallery as $image) @endforeach
@endif @endif