{{-- Price summary not computed server-side --}} @php $enabledDiscounts = old('discounts') ?? $reservationDiscounts; @endphp
Total initial: {{currency(0,$owner)}}
@foreach($discounts as $discount){{ $discount->description }}: {{ currency($discount->value,$owner) }}
@endforeachRéduction spéciale (admin): {{ currency($specialDiscount,$owner) }}
Don supplémentaire: {{ currency($donation,$owner) }}
Total: {{currency(0,$owner)}}