| Purchase Order | Date:{{ \Carbon\Carbon::now()->format('Y/m/d')}} | ||||
|
Bill For
{{ $purchase->quotation->supplier->name }} Address : {{ $purchase->quotation->supplier->address }} Phone: {{ $purchase->quotation->supplier->phone }} Email: {{ $purchase->quotation->supplier->email ?? "N/A" }} |
From
{{ unit_name() ?? app_info()->company_name }} Bscic Industrial estate, Kalurghat,Chittagong Phone: +8801810-101010 Email: support@wellbd.com |
||||
| Order No : {{ $purchase->id }} | Order Date : {{ \Carbon\Carbon::parse($purchase->created_at)->format('d-M-Y') }} | ||||
| Serial # | Item Code | Product / Item Name | Unit | Price | Qty | Subtotal |
|---|---|---|---|---|---|---|
| {{ ++$i }} | {{ $product->requisitionProduct->product->item_code }} | {{ $product->requisitionProduct->product->name }} | {{ $product->requisitionProduct->product->unit->name }} | {{ $product->price }} Tk | {{ $product->qty }} | {{ $product->price }} Tk |
| Note : | {{ $purchase->note }} | Total: | {{ $total }} TK |
| Prepared By | Store Manager/In-Charge | Head Of Department | Director/MD |