Phone: {{ $po_details['company_phone'] ?? '' }}
GST: {{ $po_details['company_gst'] ?? '' }}
{{ $po_details['company_name'] }}
{{ $po_details['company_address'] ?? '' }}
| To: |
P.O No: {{ $po_details['po_number'] }} |
| M/S: {{ $po_details['supplier_name'] }} |
Date: {{ date('d-m-Y', strtotime($po_details['po_date'])) }} |
Address: {{ $po_details['supplier_address'] }}
GST: {{ $po_details['supplier_gst'] }}
|
Subject: We are pleased to place the order for the following material.
Kindly send the material by below transport in best condition and mail us L.R. details ASAP.
Transporter Details
Name: {{ $po_details['transporter_name'] ?? '' }}
Email: {{ $po_details['transporter_email'] ?? '' }}
Phone: {{ $po_details['transporter_phone1'] ?? '' }} {{ $po_details['transporter_phone2'] ?? '' }}
GST: {{ $po_details['transporter_gst'] ?? '' }}
Address: {{$po_details['transporter_address'] ?? ''}},
{{$po_details['transporter_city'] ?? ''}} {{$po_details['transporter_state'] ?? ''}} - {{$po_details['transporter_pincode'] ?? ''}}
| No |
Product |
Variant |
Rolls |
Qty |
Rate |
UOM |
GST % |
Amount |
@php $i=1; @endphp
@foreach($po_details['items'] as $item)
| {{ $i++ }} |
{{ $item->product_name }} |
{{ $item->varient_name }} - {{ $item->varient_code }} |
{{ $item->no_of_rolls }} |
{{ $item->quantity }} |
{{ $item->rate }} |
{{ $item->uom }} |
{{ $item->gst_percent }}% |
₹ {{ number_format($item->total,2) }} |
@endforeach
|
Sub Total |
₹ {{ number_format($po_details['subtotal'],2) }} |
@if(!empty($po_details['forwarding']))
|
Forwarding |
₹ {{ number_format($po_details['forwarding'],2) }} |
@endif
|
GST |
₹ {{ number_format($po_details['gst_amount'],2) }} |
|
Grand Total |
₹ {{ number_format($po_details['grand_total'],2) }} |
Note: {{ $po_details['note'] }}
For {{ $po_details['company_name'] }}
Authorized Signature