@extends('layouts.app') @section('title', $reportType['title']) @section('page-title', $reportType['title']) @section('breadcrumb', 'Reports / Product Progress / ' . $reportType['title']) @section('content')
| Product / Course | Learner | Progress % | Completed Lessons | Total Lessons | Last Activity | Status |
|---|---|---|---|---|---|---|
| {{ $record->course?->title ?? '—' }} | {{ $record->user?->name }} | {{ number_format($record->progress ?? 0, 0) }}% | {{ $meta['completed_lessons'] ?? '—' }} | {{ $meta['total_lessons'] ?? '—' }} | {{ $record->updated_at?->format('M d, Y') }} |