@foreach($foodOrder->items as $item)
-
{{ $item->quantity }}
{{ $item->foodItem->name ?? $item->name ?? 'Article' }}
{{ number_format($item->subtotal, 2) }}€
@endforeach
Total commande
{{ number_format($foodOrder->total, 2) }}€
@if($foodOrder->notes)
📝 Notes client
{{ $foodOrder->notes }}
@endif
Vos gains
+{{ number_format($foodOrder->driver_commission ?? 2, 2) }}€
Payé après livraison