|
@if($user=='admin')
Hello Admin, |
A new person has contacted us, below are the details of that person: |
@else
Hello {{ $first_name }}, |
Thank you for contacting to {{$SITE_NAME}}, we appreciate your interest and your inquiry is very important to us. Someone from our staff will reply to your inquiry via email or telephone as soon as possible. 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($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! |
|