@extends('layouts.default') @section('content')

@include('includes.fgs.stock-location-tab')

{{$title}}

@if (Session::get('success'))
{{ Session::get('success') }}
@endif @if (Session::get('error'))
{{ Session::get('error') }}
@endif

@if(count($stock)>0) @foreach($stock as $stck) @endforeach @else @endif
SKU Code Batch Number Qty. UOM Location Mfg. Date Expiry Date Product Type HSN Code Product Condition Product Category Product Group OEM 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']!='0000-00-00') {{date('d-m-Y', strtotime($stck['expiry_date']))}} @else NA @endif {{$stck['product_type_name']}} {{$stck['hsn_code']}} @if($stck['is_sterile']==1) Sterile @else Non-Sterile @endif {{$stck['category_name']}} {{$stck['group_name']}} {{$stck['oem_name']}} {{$stck['quantity_per_pack']}} Stock Adjustment
No data found...