@extends('layout.header') @section('title') ALIAN | Inventory @endsection @section('main')

Inventory Product Detail

Inventory Product Detail

Product Information
@for($i=0; $i
Product Name

{{ $products[$i]["products_details"]->product_name }}

Category

{{ $products[$i]["products_details"]->category }}

Purchase Price*(₹)

₹{{ $products[$i]["price_details"]->purchase_price }}

Selling Price*(₹)

₹{{ $products[$i]["price_details"]->selling_price }}

Model No.

{{ $products[$i]["products_details"]->model_no }}

HS Code

{{ $products[$i]["products_details"]->HS_code }}

MRP

₹{{ $products[$i]["price_details"]->mrp}}

@endfor
Allocated Stock
Unallocated Stock
Total Stock In Hand
@for($i=0; $i<1; $i++)
With GST Stock {{$gst_details[$i]["with_gst"]}}
Without GST Stock {{$gst_details[$i]["without_gst"]}}
@endfor @for($i=0; $i Under Value GST Amount {{ $products[$i]["price_details"]->gst_amount}}
@endfor
{{$stocks1[0]["total_stock_allocated"]}}
{{$stocks1[0]["unallocated_stocks"]}}
{{$total}}
@include('includes.inventory_details_scripts') @endsection