@extends('layouts.admin', ['title' => 'Courses — ' . ($cohort->name ?? 'Cohort'), 'currentPage' => 'programs', 'breadcrumbs' => [ ['title' => 'Programs', 'url' => route('admin.programs')], ['title' => ($cohort->program->name ?? 'Program'), 'url' => route('admin.program.cohorts', $cohort->program ?? 1)], ['title' => ($cohort->name ?? 'Cohort'), 'url' => null], ['title' => 'Courses', 'url' => null], ]]) @section('content')

{{ $cohort->program->name }} — {{ $cohort->name }} Courses

View and manage courses in this cohort

@endsection