@php $post_cat = get_the_terms($ID, 'category'); @endphp @if ($post_cat)
@foreach ($post_cat as $cat) {!! $cat->name !!} @endforeach
@endif

{!! get_the_title($ID) !!}

{!! App::limit_excerpt($ID, 28) !!}

@if (has_post_thumbnail($ID)) @endif