@component('mail::layout', ['company' => null])
{{-- @component('mail::header', ['image' => AssetS3('/assets/image/invited.png')])

CONGRATULATION

You're Invited

@endcomponent --}}

Hi {{$appointment->fullname}}

Here is your Slyman Bros appointment details:

Appointment Type  

:   {{$appointment->method == "0"?"Store Visit":"Phone Call"}}

Showroom  

:   {{$appointment->store->store_name}}

Type of Project  

:   {{$appointment->type}}

Schedule  

:   {{$appointment->formatted_time }}

Customer Details:

Name  

:   {{$appointment->fullname}}

Email  

:   {{$appointment->email}}

Phone Number  

:   {{$appointment->phone_number}}

If you need to reschedule, you can call {{$appointment->sales_person->phone_number}}


Thank you.

@endcomponent