@php $rNumber = rand(); $currentDate = \Carbon\Carbon::now(); $totalPrice = 0; @endphp Wancom Report
logo
info@wancom.net.pk
+92-21-34891371-4
Suit#205 2nd Floor Mashriq Centre,
Block#14 Gulshan-e-Iqbal, Stadium Road Karachi.

Delivery Order

DO# WAN-{{$rNumber}}
{{$currentDate}}


Report Details @if(count($data['purchaseOrder']) > 0) @foreach($data['purchaseOrder'] as $po) @endforeach @endif
Vendor Name: {{$po['vName']}}
Phone: {{$po['phone']}}
Address: {{$po['address']}}
Company: {{$po['company']}}
NTN#:{{$po['ntn']}}
CNIC#: {{$po['cnic']}}


Delivery Order Details Item Wise
@if(count($data['purchaseOrder']) > 0) @foreach($data['purchaseOrder'] as $key => $po) @php $totalPrice = $totalPrice + ($po['quantity'] * $po['price']); @endphp @endforeach @endif
S.No Description Serial No. Unit Quanitity Price Amount
{{$key + 1}} {{$po['description']}} {{$po['serial_no']}} {{$po['units']}} {{$po['quantity']}} {{$po['price']}} {{$po['quantity'] * $po['price']}}
Total Amount:
  Rs {{$totalPrice ?? ""}}


Additional Note(If any):

Delivered By


Received By

This is a system generated report
Generated By: {{Auth::user()->name}} on {{$currentDate}}