@extends('admin.layouts.master') @section('title', 'Stock') @section('content')
| Sl.No | Backpack code | Item name | Configuration | Current stock | Lower Limit | Norm | Upper Limit | MRP |
|---|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{ $val->product->base_pack_code}} | {{ $val->product->productName}} | 1 x {{ $val->product->conf_2nd_unit}} | {{ $val->current_stock}} | {{ $val->request_lower_limit}} | {{ $val->request_norm}} | {{ $val->request_upper_limit }} | {{ $val->product->compareAtPrice}} |