ชื่อผู้รับ : {{ 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($images as $image)
@if($image->product_id == $detail->product_id)
@if($r ==1)
|
{{$detail->name}} : {{$detail->details}} | {{number_format($detail->price)}} ฿ |
| Qty : {{number_format($detail->quantity)}} | ||
| Subtotal: | {{number_format($grand_total)}} ฿ | |
| Total: | {{number_format($grand_total)}} ฿ | |
Bank {{ $bank->name }} : {{$bank->account_id}} Name {{$bank->account_name}}
@emptyCash on Delivery
@endforelse