@extends('layouts.app') @section('title','Hasil '.$project->name) @section('subtitle',$project->number) @section('content') Daftar proyek
{{$project->location}} · {{$project->concrete_grade}}
| Material | Nomor Pengujian | Sampel | Tanggal | Status | Aksi |
|---|---|---|---|---|---|
| {{$label}} | {{$test->test_number}} | {{$test->sample_number}} | {{$test->tested_at?->format('d/m/Y')}} | {{ucfirst($test->status)}} | |
| {{$label}} | Belum diperiksa | ||||
| Pengujian | Nomor | Hasil Rata-rata | Status | Aksi |
|---|---|---|---|---|
| {{ucwords(str_replace('-',' ',$run->test_type))}} | {{$run->test_number}} | @foreach(($run->results['averages']??[]) as $name=>$result) {{ucwords(str_replace('_',' ',$name))}}: {{number_format($result,3,',','.')}} @endforeach |
{{ucfirst($run->status)}} |