{{-- {{error_reporting(0)}} --}}
หน้า
Logo

บริษัท ฮาร์ดแวร์เฮาส์ คอร์ปอเรชั่น จำกัด (สำนักงานใหญ่)
89/9 หมู่ 7 ถนนเทพรัตน์ กม.25 ตำบลบางเสาธง
อำเภอบางเสาธง จังหวัดสมุทรปราการ 10570
โทร: 02-707-2222
เลขประจำตัวผู้เสียภาษีอากร: 0115565022583

{{-- --}}

{{ __('ใบเสนอราคา Online') }}

{{ __('เลขที่เอกสาร :') }} {{ $order->transaction_number }}
{{ __('วันที่เอกสาร :') }} {{ $order->created_at->format('d/m/Y') }}
{{ __('วิธีการชำระเงิน :') }} {{ $order->payment_method }}
{{ __('ผู้ขาย :') }} Admin Hardwarehouse
Logo       ต้องการใบกำกับภาษี
ที่อยู่ใบเสร็จ ที่อยู่จัดส่ง
{{ $order->orderAddressBill->name }} @if ($order->orderAddressBill->company) | {{ $order->orderAddressBill->company }} @endif {{ $order->orderAddressDelivery->name }} @if ($order->orderAddressDelivery->company) | {{ $order->orderAddressDelivery->company }} @endif

{{ $order->orderAddressBill->sent_address }} {{ $order->orderAddressBill->sent_tambon }},
{{ $order->orderAddressBill->sent_district }}, {{ $order->orderAddressBill->sent_province }}, {{ $order->orderAddressBill->sent_zipcode }}

เบอร์โทร:{{ $order->orderAddressBill->sent_phone }} @if ($order->orderAddressBill->id_card) เลขประจำตัวผู้เสียภาษีอากร:{{ $order->orderAddressBill->id_card }} @endif

{{ $order->orderAddressDelivery->sent_address }} {{ $order->orderAddressDelivery->sent_tambon }},
{{ $order->orderAddressDelivery->sent_district }}, {{ $order->orderAddressDelivery->sent_province }}, {{ $order->orderAddressDelivery->sent_zipcode }}

เบอร์โทร:{{ $order->orderAddressDelivery->sent_phone }}

{{-- ตารางรายการสินค้า --}} @php $chunks = $order->orderproductslist->chunk(6); @endphp @foreach($chunks as $chunk)
@foreach($chunk as $item) @endforeach
  {{ __('รหัสสินค้า') }} {{ __('รูปสินค้า') }} {{ __('ชื่อสินค้า') }} {{ __('จำนวน') }} {{ __('หน่วย') }} {{ __('ราคา/หน่วย') }} {{ __('ส่วนลด(THB)') }} {{ __('ราคารวม') }}  
{{ $item->sku }} Image Not Found {{ $item->product_name }} {{ number_format($item->amt) }} {{ $item->product_unit_name }} {{ number_format($item->selling_price, 2) }} {{ number_format($item->discount_price, 2) }} {{ number_format($item->total_price, 2) }}  
@if(!$loop->last)
@endif @endforeach {{-- ตารางสินค้าแถม --}} @if ($orderfree->count() > 0)
@foreach ($orderfree as $free) @endforeach
  {{ __('สินค้าแถม') }} {{ __('ชื่อสินค้า') }} {{ __('จำนวน') }} {{ __('หน่วย') }} {{ __('ราคา/หน่วย') }} {{ __('ราคารวม') }}  
Image Not Found {{ __('โปรโมชั่น') }}: {{ $free->pro_name }}
{{ Str::limit($free->product_name, 45) }}
{{ __('รหัสสินค้า') }}: {{ $free->sku }}
{{ number_format($free->free_tqy) }} หน่วย {{ number_format(0, 2) }} {{ number_format(0, 2) }}  
@endif {{-- ส่วนสรุปยอด --}}
{{-- ช่องหมายเหตุ/ข้อความ --}} @if ($order->note)

{{ __('หมายเหตุ') }}

{{ $order->note }}

@endif

{{ __('ทางบริษัทหวังเป็นอย่างยิ่งว่าจะได้ให้บริการในเร็ววันนี้') }}
{{ __('ยืนยันราคาภายใน 14 วัน นับจากวันที่เอกสาร') }}

{{ __('ยอดรวมสินค้า:') }} {{ number_format($order->item_amount, 2) }} THB
{{ __('ส่วนลด:') }} {{ number_format($order->discount_price, 2) }} THB
{{ __('ค่าจัดส่ง:') }} {{ number_format($order->shipping, 2) }} THB
{{ __('ยอดรวมสุทธิ:') }} {{ number_format($order->total_amount, 2) }} THB