سوق المنزلة |
Manzala Shop Head Office
Email:support@manzalashop.com
|
|
Name: {{ $order->name }} |
Invoice: #{{ $order->invoice_no }}Order Date: {{ $order->order_date }}Delivery Date: {{ $order->delivered_date }} Payment Type : {{ $order->payment_method }} |
| Image | Product Name | Size | Color | Code | Quantity | Vendor | Total | |||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $item->product->product_name }} | @if($item->color == NULL)... | @else{{ $item->color }} | @endif @if($item->size == NULL)... | @else{{ $item->size }} | @endif{{ $item->product->product_code }} | {{ $item->qty }} | @if($item->vendor_id == NULL)Owner | @else{{ $item->product->vendor->name }} | @endif${{ $item->price }} |
Subtotal:${{ $order->amount }}Total: ${{ $order->amount }}{{--Full Payment PAID--}} |
Thanks For Buying Products..!!