|
Tax Invoice
|
|
@php
$base64Image = base64_encode(file_get_contents(public_path('assets/images/tyres_logo.png')));
@endphp
|
Tyres Planet PTY LTD
209 Mcroyle St, Wacol 4076 CALL: 07 3144 3131 CALL: 0488 413 131 E-mail: cst@tyresplanet.com.au |
||||||||||
| Invoice No: {{ $orderData['order_number'] }} | Payment Mode: {{ $orderData['payment_method'] }} |
| Invoice Date: {{ $orderData['order_date'] }} | Payment Status: {{ $orderData['payment_status'] }} |
| Bill To | Ship To |
|
Billing To: Name: {{ $BillingAddress['name'] ?? '-' }} Phone: {{ $BillingAddress['phone'] ?? '-' }} Email: {{ $BillingAddress['email'] ?? '-' }} Address: {{ $BillingAddress['address'] ?? '-' }},{{ $BillingAddress['city'] ?? '-' }},{{ $BillingAddress['state'] ?? '-' }},{{ $BillingAddress['country'] ?? '-' }} |
Shipping To: Name: {{ $ShippingAddress['name'] ?? '-' }} Phone: {{ $ShippingAddress['phone'] ?? '-' }} Email: {{ $ShippingAddress['email'] ?? '-' }} Address: {{ $ShippingAddress['address'] ?? '-' }},{{ $ShippingAddress['city'] ?? '-' }},{{ $ShippingAddress['state'] ?? '-' }},{{ $ShippingAddress['country'] ?? '-' }} |
| Sr | Item Name | {{--HSN | --}}Qty | Rate | Subtotal | Tax | Total | |
| % | Amount | |||||||
| {{ $index + 1 }} | {{ $product['name'] }} | {{--{{ $product['hsn'] ?? '-' }} | --}}{{ $product['quantity'] }} | ${{ number_format($product['price'], 2) }} | ${{ number_format($subtotal, 2) }} | {{ $taxPercent > 0 ? $taxPercent . '%' : '0%' }} | ${{ number_format($taxAmount, 2) }} | ${{ number_format($lineTotal, 2) }} |
| {{-- | --}} | |||||||
| Sub-Total | {{ $totalQty }} | - | ${{ number_format($totalAmount, 2) }} | - | ${{ number_format($totalTaxAmount, 2) }} | ${{ number_format($finalTotal, 2) }} | ||
| Summary | Amount | |
| Tax Amount: | ${{ number_format($orderData['tax_amount'], 2) }} | |
| Discount Amount: | ${{ number_format($orderData['discount_amount'], 2) }} | |
| Charges Amount: | ${{ number_format($orderData['total_charges_amount'], 2) }} | |
| Round Off : | ${{ number_format($rounding_amt, 2) }} |
| Invoice Total in Word | Total Amount: | ${{ number_format($rounded_total, 2) }} |
| {{ ucwords(numberToWords($orderData['total'])) }} Only | ||
|
Terms and Conditions:
@foreach ($terms as $term)
@if (!empty($term['description']))
@php
$description = html_entity_decode(strip_tags($term['description']));
$lines = array_values(array_filter(
array_map('trim', preg_split("/\r\n|\n|\r/", $description))
));
@endphp
@foreach ($lines as $line)
• {{ ltrim($line, '-• ') }}
@endforeach
@endif
@endforeach
|
||
| Thank You For Business With Us! | ||