Invoice ID# | Date | Total | Actions |
---|---|---|---|
{{$order->id}} | {{$carbon->format('l jS F Y @ h:i:s A')}}
@if($order->IsChristmas)
Christmas Order
@endif
|
£{{ number_format( $order->total, 2)}} | View @if($order->status == "unpaid" || $order->status == "0" || $order->status == 'HIGHDEMAND') Pay Online @endif |