@extends('layouts.app') @section('title', 'Detail Panel Test') @section('content')
| No. Test | {{ $panelTest->test_number }} |
| Produk | {{ $panelTest->product->name }} |
| Tanggal | {{ $panelTest->test_date->format('d M Y') }} |
| Lokasi | {{ $panelTest->location ?: '-' }} |
| Tipe | @if($panelTest->type === 'internal') Internal @elseif($panelTest->type === 'public') Publik @else Regional @endif |
| Sampel | {{ $panelTest->samples->count() }} sampel |
| Pertanyaan | {{ $panelTest->questions->count() }} total |
| Peserta | {{ $panelTest->testSessions->where('status','completed')->count() }} orang |
{{ $panelTest->description }}
@endifGenerate link untuk membuat QR Code
{{ $sample->code }}@endif
Belum ada pertanyaan kesimpulan
@endforelse @if($panelTest->status === 'draft') @endif