@component('mail::layout', ['company' => null])
CONGRATULATION
Appointment Type
: {{$appointment->method == "0"?"Store Visit":"Phone Call"}}
Showroom
: {{$appointment->store->store_name}}
Type of Project
: {{$appointment->type}}
Schedule
: {{$appointment->formatted_time }}
Name
: {{$appointment->fullname}}
: {{$appointment->email}}
Phone Number
: {{$appointment->phone_number}}
If you need to reschedule, you can call {{$appointment->sales_person->phone_number}}
Thank you.