Stok Yönetimi

Ürün stoklarını görüntüleyin ve güncelleyin.

Stok Girişi

@csrf
Stok Kaydet

Toplu Stok Ata

@csrf
Toplu Stok Ata
@forelse($inventories as $inv) @empty @endforelse
Ürün Toplam Rezerve Mevcut Durum
{{ $inv->product->name }}
{{ $inv->product->sku }}
{{ $inv->stock_qty }} {{ $inv->reserved_qty }} {{ $inv->stock_qty - $inv->reserved_qty }} @php $available = $inv->stock_qty - $inv->reserved_qty; $color = $available > 20 ? 'green' : ($available > 0 ? 'yellow' : 'red'); @endphp {{ $available > 20 ? 'Stokta' : ($available > 0 ? 'Az' : 'Tükendi') }}
Stok kaydı yok.
{{ $inventories->links() }}