@extends('layouts.app') @section('title', 'Stok Larutan - Hidroponik') @section('page-title', 'Stok Larutan') @section('content') {{-- Alert --}} @if(session('success'))
| Larutan | Jenis | Jumlah | Keterangan | Waktu | Aksi |
|---|---|---|---|---|---|
| {{ strtoupper($l->stok->nama_larutan ?? '-') }} | @if($l->jenis === 'masuk') Masuk @else Keluar @endif | {{ $l->jumlah }} {{ $l->stok->satuan ?? '' }} | {{ $l->keterangan ?? '-' }} | {{ $l->create_at }} | |
| Belum ada riwayat perubahan stok | |||||