@extends('layouts.app') @section('title', 'Test Takes Insight') @section('page-title', 'Test Takes Insight') @section('breadcrumb', 'Insights / Live / Test Takes') @section('content')
| Learner | Test Name | Score | Attempt Date | Status |
|---|---|---|---|---|
| {{ $row->user?->name }} | {{ $row->course?->title ?? '—' }} | {{ $row->meta['mock_test_score'] ?? $row->meta['test_series_score'] ?? '—' }} | {{ $row->updated_at?->format('M d, Y') }} |