+ price_total (gespeichert in DB):
+ {{ \App\Services\Util::_number_format($priceTotalStored ?? 0) }} €
+ ·
+ rechnerisch (Organisation + Vermittlung):
+ {{ \App\Services\Util::_number_format($priceTotalComputed) }} €
+ @if($booking->isCanceled() && $booking->getPriceCanceledRaw() !== null)
+ ·
+ laut Storno-Logik (= Storno-Betrag price_canceled):
+ {{ \App\Services\Util::_number_format((float) $booking->getPriceCanceledRaw()) }} €
+ @endif
+