| Product Name | Purchase Amount | Purchase Qty | Instock Qty | |
|---|---|---|---|---|
| {{ $purchase->product_name }} | Tsh{{ number_format($purchase->buying_price, 2) }} | {{ $purchase->qty }} | {{ $purchase->qty }} |
@extends('layout.mainlayout') @section('content')
| Product Name | Purchase Amount | Purchase Qty | Instock Qty | |
|---|---|---|---|---|
| {{ $purchase->product_name }} | Tsh{{ number_format($purchase->buying_price, 2) }} | {{ $purchase->qty }} | {{ $purchase->qty }} |