@extends('layouts.app') @section('content')
Manual adjustments, batch/expiry/serial tracking and multi-location inventory.
| SKU | Barcode | Product | Category | Brand | Stock | Purchase | Selling | Warehouse |
|---|---|---|---|---|---|---|---|---|
| {{ $stock->product?->sku }} | {{ $stock->product?->barcode }} | {{ $stock->product?->name }} | {{ $stock->product?->category?->name }} | {{ $stock->product?->brand ?: '-' }} | {{ $stock->quantity_on_hand }} | Rs {{ number_format((float) $stock->product?->cost_price, 2) }} | Rs {{ number_format((float) $stock->product?->sale_price, 2) }} | {{ $stock->warehouse?->name }} |