@php
$prevType = "";
@endphp
@foreach($encyclopedyEntries as $encyclopedyEntry)
@if($prevType != $encyclopedyEntry->type->name)
@php $prevType = $encyclopedyEntry->type->name; @endphp
{!! $encyclopedyEntry->type->name !!}
@if($encyclopedyEntries != null)
{{ $encyclopedyEntries->links() }}
@endif