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 |
|---|---|---|---|---|---|---|---|
| {{ $Orderitem->code }} | {{ $Orderitem->productname }} | {{ $Orderitem->maker }} | {{ $modal ? $modal->name : 'No modal found' }} | {{ $Orderitem->prob }} | {{ number_format($Orderitem->quantity) }} |
Rs {{ number_format($Orderitem->price) }}
|
Rs {{ number_format($Orderitem->quantity * $Orderitem->price) }}
|
@php
$totalCustom += $Orderitem->quantity * $Orderitem->price;
@endphp
| No items found | |||||||
Total: Rs {{ number_format($totalCustom) }}