Dear {{ $userDetails->first_name }} {{ $userDetails->last_name }},
Thank you for your booking! Your invoice will be sent to you in a separate email.
Don't forget to create a customer account. There you can:
Sign up now and take advantage of the benefits of your customer account!
Sign UP NOW @endifCancellation Policy
Cancellations are free of charge up to 48 hours before the pick-up time. For cancellations made less than 48 hours before the scheduled pick-up, 100% of the booking costs will apply.
You can easily cancel through your customer account or contact us at cs@dachboxit.de
Booking Details:
| 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 | {{ \Carbon\Carbon::parse($item->pickup_date)->diffInDays(\Carbon\Carbon::parse($item->dropoff_date)) }} |
| Pickup Location | {{ $admin->address }}, {{ $admin->zip_code }} {{ $admin->city }} |
| 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 | {{ $item->mounting_service ? 'Included' : 'Not Included' }} |
| Cleaning Service | {{ $item->cleaning_service ? 'Included' : 'Not 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:
| 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:
| 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
© 2025 Dachboxit. All rights reserved.