{{-- {{dd(BahanBakus)}} --}}
{{-- TABLE --}}
{{--
--}}
{{-- SISI KIRI --}}
{{-- TABLE --}}
|
NO
|
Nama Bahan
|
Dari
|
Ke
|
Jumlah
|
Stok terkini
|
@if ($x == true)
@foreach ( $LogStoks as $index => $item)
|
{{ $Stoks->firstItem() + $index }}
|
{{ $item->bahanBaku->nama }}
|
{{ $item->dariGudangBahan->nama }}
|
{{ $item->keGudangBahan->nama }}
|
{{ $item->jumlah_stok }}
|
{{ $item->sisa_stok }}
|
@endforeach
@else
|
|
@endif
{{-- TABLE --}}
|
NO
|
Nama Bahan
|
Gudang
|
Jumlah
|
@if ($x == true)
@foreach ( $Stoks as $index => $item)
|
{{ $Stoks->firstItem() + $index }}
|
{{ $item->bahanBaku->nama }}
|
{{ $item->gudangBahan->nama }}
|
{{ $item->jumlah_stok }} {{ $item->bahanBaku->satuan->nama }}
|
@endforeach
@else
|
|
@endif
{{-- THUMBNAIL --}}
{{-- @if ($x == true)
@foreach ($BahanBakus as $item)
{{$item->nama}}
-
stok : {{$item->stokBahan->jumlah_stok}} {{ $item->satuan->nama }}
@endforeach
@endif --}}
{{-- SISI KANAN --}}
{{-- FORM --}}
@if (session()->has('success'))
@endif
{{-- AHIR FORM --}}
@if ($modal == true)
Yakin ingin menghapus?
Yes
No
@endif
{{-- MODAL SATUAN --}}
TAMBAH GUDANG BARU
@livewire('inventorys.gudang')