@if ($this->activeSession)

Active Session

{{ $this->activeSession->name }}

My Subject Assignments

@if ($this->myAssignments->isNotEmpty())
@foreach ($this->myAssignments as $assignment)

{{ $assignment->gradeSection->grade->name }} - {{ $assignment->gradeSection->section->name }}

{{ $assignment->subject->name }}

@if ($assignment->subject->code) {{ $assignment->subject->code }} @endif
@endforeach
@else

No subject assignments for this session.

@endif
@else

No Active Session

Contact your school admin to activate an academic session.

@endif