Zia Trading Co., Ltd

Zia Uddin

President

Medical Equipment (New/Used)

T 379-2236 Gunma-ken Iseasaki-Shi Hachisu-cho 5160-2 2F Japan

  • Customer: {{ $CustomerName }}
  • Container No: {{ $ContainerNo }}
  • Date: {{ NOW() }}
@php $totalCustom = 0; @endphp
@foreach ($orderitems as $item) @php $modal = Modal::where('cat_id', $item->modal)->first(); @endphp @php $totalCustom += $item->quantity * $item->price; @endphp @endforeach
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) }}

Total: Rs {{ number_format($totalCustom) }}