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 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.
Summary of your cancelled Booking::
| Booking Number: | {{ $booking->invoice_number }} |
| Cancellation Date | {{ $cancellationDate->format('d.m.Y') }} |
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
© {{ date('Y') }} Dachboxit. All rights reserved.