@extends('layouts.cork') @section('title', $title) @section('page-css') @endsection @section('breadcrumb')
@endsection @section('content')| Section | Need To Send | Teacher | Action |
|---|---|---|---|
| @if($wl->section && $wl->section->provider && $wl->section->course && $wl->section->teacher && $wl->section->year) {{ $wl->section->provider->name }} - {{ $wl->section->course->name }} - {{ $wl->section->teacher->last_name }} - {{ $wl->section->year->year }} {{ $wl->section->termDesc() }} @else N/A @endif | @if($wl->section) {{ $pendingCounts[$wl->section->id] ?? 0 }} @else 0 @endif | @if($wl->section && $wl->section->teacher) {{ $wl->section->teacher->last_name }}, {{ $wl->section->teacher->first_name }} @else N/A @endif | View | Edit | Test Send | Class Send | Delete |