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