{{-- --}} {{-- --}}
|
@if($invoice->logo)
|
HAPPY GRAINS HOLDINGS SDN BHD1336829-K
No: 5-01 Jalan Permas 10/3, Bandar Baru Permas Jaya, 81750 Johor Bahru, Johor. |
| Date: {{ $invoice->date->format('Y-m-d') }} |
| To: Officer-In-Charge |
| RE: PROMOTERS DETAILS |
|
Thank you for your continuous support with Happy Grains. We are pleased to inform you that the following staff has been arranged to your outlet listed below as they will be conducting our products promotional activities. |
| NO | NAME | IC Number | Date | Outlet | {{-- @if($invoice->hasItemUnits){{ __('invoices::invoice.units') }} | @endif --}} {{--{{ __('invoices::invoice.quantity') }} | --}} {{--{{ __('invoices::invoice.price') }} | --}} {{-- @if($invoice->hasItemDiscount){{ __('invoices::invoice.discount') }} | @endif @if($invoice->hasItemTax){{ __('invoices::invoice.tax') }} | @endif --}} {{--{{ __('invoices::invoice.sub_total') }} | --}}
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->promoterName }} | {{ $item->promoterICNumber }} | {{ $item->promoterDate }} | {{ $item->promoterOutlet }} |
|
@if($invoice->notes)
{!! $invoice->notes !!} @else{{ trans('invoices::invoice.notes') }}: @endif |
|
Should you have any queries for the above mentioned, please do not hesitate to contact me at 011-33741471 for further clarification |
| Thank you. |
| Your faithfully, |
| HAPPY GRAINS MANAGEMENT |
{{ trans('invoices::invoice.amount_in_words') }}: {{ $invoice->getTotalAmountInWords() }}
{{ trans('invoices::invoice.pay_until') }}: {{ $invoice->getPayUntilDate() }}
--}} {{-- --}}