MySyncTax e-Invoice

LHDN Logo
E-Invoice No.: {{ $invoice->invoice_no }}
Date: {{ \Carbon\Carbon::parse($invoice->issue_date)->format('d-m-Y H:i:s') }}
Validation ID: {{ $invoice->submission_uuid }}

Supplier

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 }}

Buyer

Name: Grabcar Sdn Bhd
TIN: C23704752070
ID No.: 201401013360
Address: Level 25, 1 First Avenue, Bandar Utama, 47800 Petaling Jaya, Malaysia
Phone: +60327214819

Invoice Items
@php $i = 1; $total = 0; @endphp @foreach ($items as $item) @php $total += $item->line_extension_amount; @endphp @endforeach
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) }}