@extends('layouts.app') @section('title', 'Batches Report') @section('page-title', 'Batches Report') @section('breadcrumb', 'Reports / Batches') @section('content')
| Batch Name | Product / Course | Instructor | Start Date | End Date | Total Learners | Status |
|---|---|---|---|---|---|---|
| {{ $batch->title }} | {{ $batch->course?->title }} | {{ $batch->instructor?->name ?? '—' }} | {{ $batch->start_date?->format('M d, Y') ?? '—' }} | {{ $batch->end_date?->format('M d, Y') ?? '—' }} | {{ $batch->learners_count }} |