@extends('layouts.base_pdf') @section('inner_content')


{{ $transaction->bill_no }}
CIEF WORLDWIDE SDN BHD (1134596-M)
No. 72-3, Jalan Jalil 1,
The Earth Bukit Jalil,
57000 Kuala Lumpur
Tel: 03-8082 1252
TIN: C23880226040, MSIC: 46909
SST: W10-2403-32000643
E-Invoice
EI#: {{ $autocountId ?? 'NONE'}}
Ref# {{ $booking->marking }}
Date: {{ $document_date->toDateString() }}
 
Bill To
{{ $supplier->name }} @if ($brn) (ROC: {{ $brn->reference }}) @endif
@php $billingAddress = $supplier->addresses()->where('e_invoice', '=', true)->latest()->first(); @endphp
{{ $billingAddress->street_one }} {{ $billingAddress->street_two }}, {{ $billingAddress->district()->first()->name }}, {{ $billingAddress->postcode }} {{ $billingAddress->state()->first()->name }}, {{ $billingAddress->country()->first()->name }}
Phone: {{ $supplier->contacts()->first()->phone }}
@if ($supplier->e_invoice === 1)
Buyer TIN: {{ $supplier->tin }}
@endif


@if($e_invoice_started_for_booking) @include('pages.pdfs.purchase_order_table_v2') @else @include('pages.pdfs.purchase_order_table') @endif
Note: All items purchased are subject to our Terms & Conditions. Please refer to our official website for more information.

Please transfer the payment to:
Bank: Maybank Berhad
Account Name: CIEF Worldwide Sdn Bhd
Account No: 568603010762
{{ $autocountEInvoiceValidationLink }}
This is generated by computer. No signature required. Page {PAGENO} of {nbpg}
@endsection