@if($user=='admin') @else @endif @if($user=='admin') @endif
{{$SITE_NAME}}
Hello Admin,
A new person has booked appointment, below are the details of that person:
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.
@if(isset($phone_number) && !empty($phone_number)) @endif @if(isset($service_name) && !empty($service_name)) @endif @if(isset($appointment_date) && !empty($appointment_date)) @endif @if(isset($user_message) && !empty($user_message)) @endif
Name : {{ $first_name }}
Email ID : {{ $email }}
Phone : {{ $phone_number }}
Service : {{ $service_name }}
Appoint Date : {{ $appointment_date }}
Message : {{ $user_message }}
Best Regards,
{{ $SITE_NAME }}
{!!$FOOTER_COPYRIGHTS!!} {!! date('Y') !!} {{$SITE_NAME}}. All Rights Reserved.
Powered by AdminPanel!