รายการสั่งซื้อ เลขที่ {{$orders->id}}

เรียนคุณ

{{Auth::user()->name}}

, เราได้รับ หมายเลขของคำสั่งซื้อ # {{$orders->id }} ของคุณ {{date('D F d , y')}} ชำระค่าสินค้าโดย {{ $paymethod }} คุณจะได้รับอีเมลอีกครั้งหนึ่งเมื่อสินค้าของคุณได้ถูกจัดส่ง.
สินค้าของคุณจะได้รับการจัดส่งไปยัง:

ชื่อผู้รับ : {{ isset(Auth::user()->name) ? Auth::user()->name : ''}}
ที่อยู่ : {{ isset(Auth::user()->address) ? Auth::user()->address : ''}}
รหัสไปรษณีย์ : {{ isset(Auth::user()->postcode) ? Auth::user()->postcode : ''}}
ประเทศ : {{ isset(Auth::user()->nationnal) ? Auth::user()->nationnal : ''}}
เบอร์โทรศัพท์ : {{ isset(Auth::user()->tel) ? Auth::user()->tel : ''}}

@foreach($orderdetail as $detail) @endforeach
@foreach($images as $image) @if($image->product_id == $detail->product_id) @if($r ==1) @endif @endif @endforeach {{$detail->name}} : {{$detail->details}} {{number_format($detail->price)}} ฿
Qty : {{number_format($detail->quantity)}}  
  Subtotal: {{number_format($grand_total)}} ฿
  Total: {{number_format($grand_total)}} ฿
ช่องทางการชำระเงิน
@forelse($banks as $bank)

Bank {{ $bank->name }} : {{$bank->account_id}} Name {{$bank->account_name}}

@empty

Cash on Delivery

@endforelse