@extends('layouts.app') @section('title', 'Penyesuaian Stok') @section('page-title', 'Penyesuaian Stok (Superadmin)') @section('content') @push('styles') @endpush
| Tgl & Jam | Barang | Selisih | Stok | Oleh | Keterangan |
|---|---|---|---|---|---|
| {{ $h->transaction_at->format('d/m/Y H:i') }} | {{ $h->item->description }} | @if($h->quantity>0)+{{ $h->quantity }} @else{{ $h->quantity }}@endif | {{ $h->stock_before }} → {{ $h->stock_after }} | {{ $h->user->name }} | {{ $h->notes }} |
| Belum ada penyesuaian. | |||||