+ 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
+
Kunde: {{ $customer_mail->customer->salutation->name }} {{ $customer_mail->customer->title }} {{ $customer_mail->customer->firstname }} {{ $customer_mail->customer->name }} @if($customer_mail->booking) - ({{$customer_mail->booking->lead_id}}) + ({{$customer_mail->booking->inquiry_id}}) @endif
@endif diff --git a/resources/views/pdf/components/booking_head.blade.php b/resources/views/pdf/components/booking_head.blade.php index 50ea257..d043bb9 100644 --- a/resources/views/pdf/components/booking_head.blade.php +++ b/resources/views/pdf/components/booking_head.blade.php @@ -22,7 +22,7 @@ {{-- @endif --}}