|
@if($user=='admin')
Hello Admin, |
A new person has booked appointment, below are the details of that person: |
@else
Hello {{ $first_name }},
|
Thank you! we have received your appointment request for {{ $appointment_date }}. Someone from our staff will contact you shortly via email or telephone. In the meantime, feel free to visit our website for more information, or call directly if your concern is time-sensitive.
|
@endif
@if($user=='admin')
Name : |
{{ $first_name }} |
Email ID : |
{{ $email }} |
@if(isset($phone_number) && !empty($phone_number))
Phone : |
{{ $phone_number }} |
@endif
@if(isset($service_name) && !empty($service_name))
Service : |
{{ $service_name }} |
@endif
@if(isset($appointment_date) && !empty($appointment_date))
Appoint Date : |
{{ $appointment_date }} |
@endif
@if(isset($user_message) && !empty($user_message))
Message : |
{{ $user_message }} |
@endif
|
@endif
Best Regards, |
{{ $SITE_NAME }} |
{!!$FOOTER_COPYRIGHTS!!} {!! date('Y') !!} {{$SITE_NAME}}. All Rights Reserved. |
Powered by AdminPanel! |
|