@php $histories = $this->getHistories(); @endphp @if ($histories->isEmpty()) No previous academic history yet. @else
@foreach ($histories as $history)

{{ $history->class?->name ?? '—' }}

{{ $history->session_year }}

{{ $history->status->getLabel() }}
@endforeach
@endif