Dear {{ $workorder->payload['name'] }} {{ $workorder->payload['last_name'] }},
We are delighted to confirm that your appointment has been successfully scheduled at {{ $workorder->workshopSite->workshop->service_name }} for your upcoming vehicle service.
Appointment Details:
- Date: {{ $workorder->appointment_date->format('m/d/y') }}
- Time: {{ $time_from }}
Vehicle:
- License plate: {{ $workorder->licence_plate }}
@if($workorder->Vehicle && ($workorder->Vehicle->manufacturer || $workorder->Vehicle->model))
- Vehicle: {{ $workorder->Vehicle->manufacturer }} {{ $workorder->Vehicle->model }}{{ $workorder->Vehicle->production_year ? ' (' . $workorder->Vehicle->production_year . ')' : '' }}
@endif
Service Location:
- {{ $workorder->workshopSite->workshop->service_name }}
@if($workorder->workshopSite->street_address)
- {{ $workorder->workshopSite->street_address }}
@endif
@if($workorder->workshopSite->city || $workorder->workshopSite->zip_postal_code)
- {{ $workorder->workshopSite->city }}{{ $workorder->workshopSite->city && $workorder->workshopSite->zip_postal_code ? ', ' : '' }}{{ $workorder->workshopSite->zip_postal_code }}
@endif
@if($workorder->workshopSite->country_region)
- {{ $workorder->workshopSite->country_region }}
@endif
Our team is dedicated to providing top-notch service, and we look forward to ensuring your vehicle is in excellent condition. If you have any specific concerns or additional requests, please feel free to let us know in advance.
Here are a few reminders to ensure a smooth experience:
- Please arrive a few minutes early to allow for check-in and any necessary paperwork.
- If you need to reschedule or cancel your appointment, kindly contact us at least 24 hours in advance.
Should you have any questions or require further assistance, don't hesitate to reach out to us.
Thank you for choosing {{ $workorder->workshopSite->workshop->service_name }} for your automotive needs. We appreciate your trust and look forward to serving you.
Best regards,
{{ $workorder->workshopSite->workshop->service_name }}