@extends('app') @section('content')
ชื่อผู้รับ : {{ isset($orders->name) ? $orders->name : ''}}
ที่อยู่ : {{ isset($orders->address) ? $orders->address : ''}}
รหัสไปรษณีย์ : {{ isset($orders->postcode) ? $orders->postcode : ''}}
ประเทศ : {{ isset($orders->nationnal) ? $orders->nationnal : ''}}
เบอร์โทรศัพท์ : {{ isset($orders->tel) ? $orders->tel : ''}}
Email : {{ isset($orders->email) ? $orders->email : ''}}
|
@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)}} ฿ | |