ID | Surnom | Address | Telephone | Date | Total |
{!! $liveOrder->id !!} | {!! $liveOrder->nickname !!} | {!! $liveOrder->address !!}, {!! $liveOrder->zip !!} {!! $liveOrder->city !!} | {!! $liveOrder->phone !!} | {!! date('d.m.Y',strtotime($liveOrder->created_at)) !!} | {!! $liveOrder->total !!} @php $total+=$liveOrder->total; @endphp |
Total: {!! $total !!} |