@extends('layouts.app') @section('title', 'Dashboard Super Admin') @section('content')
Monitoring seluruh area office
| Judul | Area Office | Status | Peserta |
|---|---|---|---|
|
{{ Str::limit($test->title, 30) }}
{{ $test->product->name ?? '-' }}
|
{{ $test->area_office ?? $test->division ?? '-' }} | {{ ucfirst($test->status) }} | {{ $test->testSessions->where('status','completed')->count() }} |
| Belum ada data | |||