View Blog Post

Back to List

Featured Image

@if($post->image) {{ $post->title }} @else
No image available
@endif

Post Details

Title
{!! $post->title !!}
Status
@if($post->is_active) Active @else Inactive @endif
Description
{{ strip_tags($post->description) }}