Invoice To
{{ $item->customer }}
@if ($item->mobile)Mobile: {{ $item->mobile }}
@endif @if ($item->address)Address: {{ $item->address }}
@endif @if ($item->vat_Number)VAT No: {{ Customeraddressdata($item->vat_Number) }}
@endifInvoice: #{{ $item->invoice_no }}
Date: {{ $item->sale_format_date }}
@if ($item->delivery_status)Delivery Status: {{ Str::ucfirst($item->delivery_status) }}
@endif @if ($item->delivery_date)Delivery Date: {{ $item->delivery_date ? dateformat($item->delivery_date) : '' }}
@endif| SL | Description | QTY | Price | Total |
|---|---|---|---|---|
| {{ $key + 1 }} | {{ $details->product_name }} | {{ DecimalFormat($details->qty) }} {{ $details->unit_name }} | {{ DecimalFormat($details->unit_price) }} | {{ DecimalFormat($details->amount) }} |