{{$title}}
@if (Session::get('success'))
{{ Session::get('success') }}
@endif
@if (Session::get('error'))
{{ Session::get('error') }}
@endif
| SKU Code | Batch Number | Qty. | UOM | Location | Mfg. Date | Expiry Date | Product Type | HSN Code | Product Condition | Std. Pack Size | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$stck['sku_code']}} | {{$stck['batch_no']}} | {{$stck['quantity']}} | Nos | {{$stck['location_name']}} | {{date('d-m-Y', strtotime($stck['manufacturing_date']))}} | @if($stck['expiry_date'] == '1970-01-01' || $stck['expiry_date'] == '0000-00-00' || is_null($stck['expiry_date']) || strtotime($stck['expiry_date']) === false) NA @else {{ date('d-m-Y', strtotime($stck['expiry_date'])) }} @endif | {{$stck['product_type_name']}} | {{$stck['hsn_code']}} | @if($stck['is_sterile'] == 1) Sterile @else Non-Sterile @endif | {{$stck['category_name']}} | Stock Adjustment |