@extends('layouts.app') @section('title') {{'Current Stock Value'}} @endsection @section('content')
| S.N. | ID | Item Name | Unit | Current Stock Qty | Avg. Rate | Stock Value |
|---|---|---|---|---|---|---|
| {{$i++}} | {{$row->id}} | {{$row->product_name}} | {{$row->pack_type}} | {{ number_format($Closing,2)}} | {{ number_format($AvgPurchasePrice,2)}} | {{ number_format($ClosingDpTK,2)}} |
| Total Taka = | {{ number_format($TotalClosingDpTK,2) }} | |||||