@php $batch = $tarifs['batch'] ?? []; @endphp
📦
Max {{ $batch['max_orders'] ?? 3 }} commandes simultanées
📏
Rayon max {{ $batch['max_client_distance'] ?? 2 }} km entre clients
🏪
Rayon max {{ $batch['max_pickup_distance'] ?? 1.5 }} km entre restaurants
💰
Bonus: +{{ number_format($batch['bonus_per_extra_order'] ?? 1.50, 2) }}€ par commande supp.
⏱️
Fenêtre: {{ $batch['time_window'] ?? 10 }} min pour grouper
💡
Acceptez plusieurs commandes proches pour maximiser vos gains !