@extends('layout.layout') @section('content')
ID | Student Name | Time | Action |
---|---|---|---|
{{ $index + 1 }} |
@foreach ($course->studentInvoices as $student)
{{ $student->student->first_name }} {{ $student->student->last_name }} @endforeach |
@foreach ($course->scheduledSlots as $slot)
{{ $slot->slot_start }} - {{ $slot->slot_end }} @endforeach |
|
No courses found.