This commit is contained in:
Dwi Swandhana
2026-05-21 06:37:14 +07:00
parent acac1fe3c8
commit 3e9e8daea6
6 changed files with 116 additions and 121 deletions
@@ -271,7 +271,9 @@
<th>Lemari</th>
<th>Nama Rack</th>
<th>Tgl Simpan</th>
<th>ATCC</th>
<th>Input By</th>
<th>View</th>
<th>Aksi</th>
</tr>
</thead>
@@ -289,7 +291,9 @@
<th>Lemari</th>
<th>Nama Rack</th>
<th>Tgl Simpan</th>
<th>ATCC</th>
<th>Input By</th>
<th>View</th>
<th></th>
</tr>
</tfoot>
@@ -308,7 +312,15 @@
<td>{{ $row->cabinet->code ?? '-' }}</td>
<td>{{ $row->rack->name ?? '-' }}</td>
<td>{{ $row->stored_at }}</td>
<td>{{ $row->atcc }}</td>
<td>{{ $row->input_by }}</td>
<td>
@if ($row->sampleid)
<a href="{{ url('/mikro/'.$row->sampleid.'/expertise?return_to=biorepository') }}" class="btn btn-sm btn-info">View</a>
@else
-
@endif
</td>
<td class="text-center">
<form method="POST" action="{{ route('biorepository.deleteSpecimen', $row->id) }}" class="d-inline js-delete-specimen">
@csrf
@@ -463,14 +475,12 @@
<input type="date" class="form-control" id="stored_at" name="stored_at" value="{{ date('Y-m-d') }}" required>
</div>
</div>
<div class="form-group m-b-25">
<div class="col-12">
<label>Bactery Name</label>
<input type="text" class="form-control" id="nmbakteri" name="nmbakteri" required>
</div>
</div>
<div class="form-group m-b-25">
<div class="col-12">
<label>Strain</label>
@@ -480,7 +490,18 @@
</select>
</div>
</div>
<div class="form-group m-b-25">
<div class="col-12">
<label>ATCC</label>
<input type="text" class="form-control" id="atcc" name="atcc" value="{{Session('nama')}}">
</div>
</div>
<div class="form-group m-b-25">
<div class="col-12">
<label>Sample ID</label>
<input type="text" class="form-control" id="sampleid" name="sampleid" placeholder="Contoh: 26-000001 (isi jika sudah memiliki sample ID dari MyLIS)" >
</div>
</div>
<div class="form-group m-b-25" id="group-volume-awal">
<div class="col-12">
<label>Volume Awal (ml)</label>