Logo

Booking Cancellation

Dear {{ $userDetails->first_name }} {{ $userDetails->last_name }},
We’re sorry the order couldn’t be completed.

Hereby we confirm the cancellation of your order with order number {{ $booking->invoice_number }} placed on {{ $booking->created_at->format('d.m.Y') }}

@if($booking->payment_status === 'paid')

If you have already made a payment, the corresponding amount will be refunded shortly via the original payment method. Please note that the refund may take up to 14 business days depending on your payment provider.


@endif

Summary of your cancelled Booking:

Booking Number: {{ $booking->invoice_number }}
Cancellation Date {{ $cancellationDate->format('d.m.Y') }}

Booking Details:

@foreach($bookingItems as $item) @if(!$item->related_item) {{-- --}} @endif @endforeach
Booking ID #{{ str_pad($booking->id, 6, '0', STR_PAD_LEFT) }}
Booking Date {{ $booking->created_at->format('d.m.Y') }}
Booking Status {{ ucfirst($booking->status) }}
Payment Method {{ ucfirst($booking->payment_method) }}
Rental Period {{ \Carbon\Carbon::parse($item->pickup_date)->format('d.m.Y') }} - {{ \Carbon\Carbon::parse($item->dropoff_date)->format('d.m.Y') }}
Rental Days {{ $item->days }}
Pickup Location {{ $admin->address }}, {{ $admin->zip_code }} {{ $admin->city }}
Pickup Location @if($vendor) {{ $vendor->street }}, {{ $vendor->zip_code }} {{ $vendor->city }} @else {{ $admin->address }}, {{ $admin->zip_code }} {{ $admin->city }} @endif
Pick-Up Date/Time {{ \Carbon\Carbon::parse($item->pickup_date)->format('d.m.Y') }} | {{ $item->pickup_time ? \Carbon\Carbon::parse($item->pickup_time)->format('H:i') : '' }}
Drop-Off Date/Time {{ \Carbon\Carbon::parse($item->dropoff_date)->format('d.m.Y') }} | {{ $item->dropoff_time ? \Carbon\Carbon::parse($item->dropoff_time)->format('H:i') : '' }}
Carrier Included @if($item->is_carrier_included) Length: {{ $item->carrier_length ?? 'N/A' }}
Foot Kit: {{ $item->carrier_foot_kit ?? 'N/A' }}
Foot: {{ $item->carrier_foot ?? 'N/A' }} @else No @endif
Volkassko Insurance 25 € {{ $item->is_insured ? 'Included' : 'Not Included' }}
Mounting Services Included
Cleaning Service Included
Coupon Discount {{ number_format($booking->discount ?? 0, 2) }}€
Subtotal {{number_format($booking->subtotal , 2 , ',' , '.')}} €
Tax (19%) {{ number_format($booking->tax, 2) }}€
Total {{number_format($booking->total , 2 , ',' , '.')}} €

Product Details:

@foreach($bookingItems as $item) @if(!$item->related_item) @endif @endforeach
Product ID #{{ str_pad($item->product_id, 6, '0', STR_PAD_LEFT) }}
Product Name {{ $item->product_name }}
Quantity 1
Size/Variation {{ $item->size }}
Color {{$item->color}}

Car Details:

@foreach($bookingItems as $item) @if(!$item->related_item) @endif @endforeach
Brand {{$item->car_name}}
Year {{ $item->car_year }}
Model {{$item->model}}
Trailer Hitch {{ $item->trailer_hitch ? 'Yes' : 'No'}}
Roof Type {{$item->roof_type}}

Customer Details:

Customer ID #{{ str_pad($userDetails->user_id, 6, '0', STR_PAD_LEFT) }}
Customer Name {{ $userDetails->first_name }} {{ $userDetails->last_name }}
Address {{ $userDetails->address }}, {{ $userDetails->zip }}
{{ $userDetails->city }},
{{ $userDetails->country }}
Email Address {{ $userDetails->email }}
Phone Number {{ $userDetails->phone }}
Invoice Number {{ $booking->invoice_number}}

If you have any questions regarding your booking or would like to place a new booking, our customer service team will be happy to assist you. Please contact us at cs@dachboxit.de.

Best regards,
Your Dachboxit Team

If you have any questions or need to make changes to your booking, feel free to contact us

cs@dachboxit.de

+4915172876293

Privacy Policy | AGB's

Rerent Esperantostrasse 10, 70197 Stuttgart, Germany
Usatzsteuer-ID: DE300067568

© {{ date('Y') }} Dachboxit. All rights reserved.