@extends('layouts.app') @section('title', 'Bundle Progress Report') @section('page-title', 'Bundle Progress Report') @section('breadcrumb', 'Reports / Bundle Progress') @section('content')
| Bundle Name | Learner | Courses Completed | Total Courses | Progress % | Last Activity | Status | |
|---|---|---|---|---|---|---|---|
| {{ $record->bundle?->title }} | {{ $record->user?->name }} | {{ $record->user?->email }} | {{ $meta['courses_completed'] ?? '—' }} | {{ $meta['total_courses'] ?? $record->bundle?->courses()->count() }} | {{ number_format($record->progress ?? 0, 0) }}% | {{ $record->updated_at?->format('M d, Y') }} |