| ID | Member | Date | Sub Total | Discount | Net Total | Action |
|---|---|---|---|---|---|---|
| {{ ++$key }} | {{ ucwords($order->first_name.' '.$order->last_name) }} | {{ date('d-m-Y', strtotime($order->order_date)) }} | @if($order->sub_total)€{{$order->sub_total }}@endif | @if($order->net_discount)€{{$order->net_discount }}@endif | @if($order->order_total)€{{$order->order_total }}@endif |
|