@extends('layouts.cork') @section('title', $title) @section('page-css') @endsection @section('breadcrumb')
| Student | Enrollment | Action |
|---|---|---|
| {{ App\Models\Student::find($c->student_id)->last_name }}, {{ App\Models\Student::find($c->student_id)->first_name }} | {{ App\Models\Course::find(App\Models\Section::find($c->section_id)->course_id)->name }} | View | Edit |
{{ substr(App\Models\Section::find($w->section_id)->course->name, 0, 35) }}