@extends('layouts.admin', ['title' => 'Cohorts — ' . ($program->name ?? 'Program'), 'currentPage' => 'programs', 'breadcrumbs' => [ ['title' => 'Programs', 'url' => route('admin.programs')], ['title' => $program->name ?? 'Program', 'url' => null], ['title' => 'Cohorts', 'url' => null], ]]) @section('content')
Manage cohorts and view their courses