Get the terms of current post
@define $terms = get_the_terms($post->ID, 'POST_TYPE_NAME_HERE') @foreach($terms as $term) {{{ $term->name }}} @endforeach