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() }}
@foreach ($cartData as $item) @php $modal = Modal::where('cat_id', $item->attributes->modal)->first(); @endphp @endforeach
No Name of Item Maker Modal Prob Quantity Price Total Price
{{ $item->attributes->code }} {{ $item->name }} {{ $item->attributes->maker }} {{ $modal->name }} {{ $item->attributes->prob }} {{ number_format($item->quantity) }} {{ number_format($item->price) }} {{ number_format($item->quantity * $item->price) }}

Total: {{ number_format($totalprice) }}