@extends('base.layout') @push('styles') @endpush @section('content')
Klik nomor tube berwarna biru untuk mengisi spesimen. Tube merah artinya sudah terisi.
@forelse($cabinets as $cabinet)| Kode Sample | Kategori | Shelf | Rack | Slot | Box | Tube | Bactery | Strain | Lemari | Nama Rack | Tgl Simpan | ATCC | Input By | View | Aksi |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Kode Sample | Kategori | Shelf | Rack | Slot | Box | Tube | Bactery | Strain | Lemari | Nama Rack | Tgl Simpan | ATCC | Input By | View | |
| {{ $row->specimen_code }} | {{ $row->category_storage }} | {{ $row->shelf_number }} | {{ $row->rack_number }} | {{ $row->slot_number }} | {{ $row->box_number }} | {{ $row->tube_number }} | {{ $row->bacteria_name ?? $row->specimen_name }} | {{ $row->strain }} | {{ $row->cabinet->code ?? '-' }} | {{ $row->rack->name ?? '-' }} | {{ $row->stored_at }} | {{ $row->atcc }} | {{ $row->input_by }} | @if ($row->sampleid) View @else - @endif |