My Orders
-
{{--
- Filter --}}
Order received{{ date('d/m/Y',strtotime($order->date)) }}{{ $order->first_name ?? "" }} {{ $order->last_name ?? "" }} |
@foreach ($order->items as $items)
{{$items->deduct_quantity}} {{ $items->product_name ?? "" }}
${{number_format(($items->product_cost * $items->deduct_quantity) ?? 0 ?? 0, 2)}}
@php
$maintotal=0;
@endphp
@foreach($order->items as $cq)
@php
$maintotal+= $cq->deduct_quantity * $cq->product_cost;
@endphp
@endforeach
${{number_format($maintotal ?? 0 ?? 0, 2)}}
|
Order {{ $order->invoice_number ?? '' }}Process |
Order filled15/06/2020Lina Lopez |
1 Ergodynamic Pillow
$129.00
1 Express delivery
$12.00
$141.00
|
Order # 554533 |
Order filled13/04/2020Darren Goosey |
1 Ergodynamic Pillow
$129.00
1 Express delivery
$12.00
$141.00
|
Order # 54622 |
Order Filled{{ date('d/m/Y',strtotime($order->date)) }}{{ $order->first_name ?? "" }} {{ $order->last_name ?? "" }} |
@foreach ($order->items as $items)
{{ $items->product_name ?? "" }}
${{ $items->product_cost ?? "" }}
@php
$sum=collect($order->items)->sum('product_cost');
@endphp
${{ $sum ?? "" }}
|
Order {{ $order->invoice_number ?? '' }}
@if( $order->tracking_code!="")
Track Order
@endif
View Invoice
|
FEATURED PRODUCT
ORTHOPLEX GREEN
Formulations in the Orthoplex Green range are often the first line of defense for practitioners tackling complex conditions in clinic. The products in the range deliver a synergistic blend of nutrients, built upon the promise that the raw materials are of the highest possible quality. Formulations in this range work collectively on specific biochemical pathways which need to be manipulated to facilitate a positive response. Products in this range focus specifically on key factors linked to conditions such as inflammation, mitochondrial function and oxidation
Learn more
@else