@if($post->featured_image)
@endif
•
{{ $post->category->name }}
{{ $post->title }}
{{ $post->excerpt }}
Baca Selengkapnya
@if($post->tags->count() > 0)
@foreach($post->tags->take(3) as $tag)
{{ $tag->name }}
@endforeach
@endif