Class Code: {{ $course->course_code }}
Period: {{ "$course->start_date to $course->end_date" }}
Meetings: {{ $course->meeting_count }}
Teacher(s): {{ $teachers }}

Academic Calendar

@foreach($courseMeets as $courseMeet)
{{ \Carbon\Carbon::parse($courseMeet->date)->format('l') }}
{{ \Carbon\Carbon::parse($courseMeet->date)->format('d M y') }}

{{ $courseMeet->start_time }} - {{ $courseMeet->end_time }}

{{ $course->program->name }}

Level: {{ $course->level->name }}

@endforeach