Zia Uddin
PresidentMedical Equipment (New/Used)
T 379-2236 Gunma-ken Iseasaki-Shi Hachisu-cho 5160-2 2F Japan
| No | Name of Item | Maker | Modal | Prob | Quantity | Price | Total Price |
|---|---|---|---|---|---|---|---|
| {{ $item->code }} | {{ $item->productname }} | {{ $item->maker }} | {{ $modal->name }} | {{ $item->prob }} | {{ number_format($item->quantity) }} |
Rs {{ number_format($item->price) }}
|
Rs {{ number_format($item->quantity * $item->price) }}
|
@php
$totalCustom += $item->quantity * $item->price;
@endphp
Total: Rs {{ number_format($totalCustom) }}