@props(['subjectlist'])
@php $d = $subjectlist->lastItem(); @endphp @foreach ($subjectlist as $i=>$subject) @endforeach
# Subject Course Year Total Credits Units
{{ (--$d)+1 }} {{ $subject->name }} {{ $subject->course->name }} {{ $subject->year }} {{ $subject->total_credits }}
    @forelse ($subject->unit as $unit)
  • {{ $unit->name }}
  • @empty No Unit @endforelse