@extends('layouts.app') @section('title', $route->name) @section('page-title', 'Transport') @section('content')
{{ $stop->name }}
No stops added. Add stops to start assigning students.
{{ $assignment->student->name ?? '—' }}
{{ $assignment->student->studentProfile?->class_?->full_name ?? '' }} · Stop: {{ $assignment->stop->name ?? '—' }} · {{ $assignment->type }}
No students assigned to this route yet.