@extends('layouts.app') @section('title', $batch->title) @section('page-title', $batch->title) @section('breadcrumb', 'Batches / Details') @section('content')
{{ $batch->course?->title }} · {{ $batch->instructor?->name ?? 'No instructor' }}
{{ $batch->description }}
| Name | Status | ||
|---|---|---|---|
| {{ $learner->name }} | {{ $learner->email }} | ||
| No learners in this batch | |||