Waitlist Enrollments With Open Seats
@php $count = 0; @endphp @foreach ($waitListEnrollmentsReadyToAdd as $w) @if ($w->section->openSeats() > 0)
{{ substr($w->student->last_name, 0, 1) }}{{ substr($w->student->first_name, 0, 1) }}

{{ $w->student->last_name }}, {{ $w->student->first_name }}

{{ substr($w->section->course->name, 0, 35) }}

@endif @endforeach @if($count == 0)

Checkmark 0

@endif