Name: {{ $customer->registration_name }}
TIN: {{ $customer->tin_no }}
ID No.: {{ $customer->identification_no }}
Email: {{ $customer->email }}
Phone: {{ $customer->phone }}
Address:
{{ $customer->address_line_1 }} {{ $customer->address_line_2 }},
{{ $customer->city_name }}, {{ $customer->postal_zone }},
{{ $customer->country_code }}
Name: Grabcar Sdn Bhd
TIN: C23704752070
ID No.: 201401013360
Address: Level 25, 1 First Avenue, Bandar Utama, 47800 Petaling Jaya, Malaysia
Phone: +60327214819
| No | Description | Qty | Unit Price | Discount | Total |
|---|---|---|---|---|---|
| {{ $i++ }} | {{ $item->item_description }} | {{ $item->invoiced_quantity }} | {{ number_format($item->price_amount, 2) }} | {{ number_format($item->price_discount, 2) }} | {{ number_format($item->line_extension_amount, 2) }} |
Taxable Amount: MYR {{ number_format($invoice->taxable_amount, 2) }}
Tax Amount: MYR {{ number_format($invoice->tax_amount, 2) }}