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

{!! get_the_title() !!}

{!! App::limit_excerpt(get_the_ID(), 16) !!}