ออกโดย:
{{ $branch->name }}
เลขประจำตัวผู้เสียภาษี {{ $branch->tax_id ?: '-' }}
{{ $branch->address_line1 }} {{ $branch->address_line2 }}
{{ ThaiAddressHelper::getSubdistrictName($branch->subdistrict_code) }}
{{ ThaiAddressHelper::getDistrictName($branch->district_code) }}
{{ ThaiAddressHelper::getProvinceName($branch->province_code) }}
{{ $branch->postal_code }}
โทร. {{ $branch->phone }} | อีเมล {{ $branch->email }}
ลูกค้า:
{{ $customer->name }}
เลขประจำตัวผู้เสียภาษี {{ $customer->tax_id ?: '-' }}
{{ $customer->address_line1 }} {{ $customer->address_line2 }}
{{ ThaiAddressHelper::getSubdistrictName($customer->subdistrict_code) }}
{{ ThaiAddressHelper::getDistrictName($customer->district_code) }}
{{ ThaiAddressHelper::getProvinceName($customer->province_code) }}
{{ $customer->postal_code }}
โทร. {{ $customer->phone }} | อีเมล {{ $customer->email }}
| ยอดก่อนภาษี |
{{ number_format($invoice->sub_total, 2) }} บาท |
| VAT {{ number_format($invoice->vat_rate, 2) }}% |
{{ number_format($invoice->vat_amount, 2) }} บาท |
@if($invoice->withholding_amount > 0)
| หัก ณ ที่จ่าย {{ number_format($invoice->withholding_rate, 2) }}% |
-{{ number_format($invoice->withholding_amount, 2) }} บาท |
@endif
| ยอดสุทธิ |
{{ number_format($invoice->net_total, 2) }} บาท |
ลงชื่อ _________________________
(ผู้รับสินค้า/บริการ)
ลงชื่อ _________________________
(ผู้ให้บริการ)