@extends('layouts.app') @section('title', 'Batches') @section('page-title', 'Batches') @section('breadcrumb', 'Manage batches') @section('content')
| Batch | Course | Instructor | Dates | Status | Actions |
|---|---|---|---|---|---|
| {{ $batch->title }} | {{ $batch->course?->title }} | {{ $batch->instructor?->name ?? '—' }} | {{ $batch->start_date?->format('M d') ?? '—' }} — {{ $batch->end_date?->format('M d, Y') ?? '—' }} | Edit |