@extends('layouts.app') @section('title', 'Detail Produk') @section('content')
{{ $product->code }}
| Kategori | {{ $product->category }} |
| Dibuat oleh | {{ $product->creator->name }} |
| Tanggal dibuat | {{ $product->created_at->format('d M Y') }} |
| Deskripsi | {{ $product->description ?: '-' }} |
| Judul Test | Tanggal | Status | Peserta |
|---|---|---|---|
| {{ $test->title }} | {{ $test->test_date->format('d M Y') }} | {{ ucfirst($test->status) }} | {{ $test->testSessions->where('status','completed')->count() }} orang |
| Belum ada panel test | |||