@extends('admin.layouts.app') @section('title', 'Product Wise Sale') @push('styles') @endpush @section('container')
{{ config('app.address') }}
Product: {{ $productName }}
| SL. | Product Type | Product Sub Type | Product | Unit | InQty | OutQty | NetAmount |
|---|---|---|---|---|---|---|---|
| {{ $index+1 }} | {{ $stock->product_category_name }} | {{ $stock->product_sub_category_name }} | {{ $stock->product_name }} | {{ $unit->name }} | 0.00 | {{ number_format($stock->total_stock,2) }} | {{ number_format($stock->total_amount,2) }} |
| Total | 0.00 | {{ number_format($total_stock_out,2) }} | {{ number_format($stocks->sum('total_amount'),2) }} | ||||