|
@if($user=='admin')
Dear Administrator, |
A new complaint has been submitted from {{ $first_name }} against {{$company}} and below are the details for it: |
@else
Dear {{ $first_name }},
|
Your complaint has been submitted against {{$company}} and below are the details for it:
|
@endif
Complaints Details
|
Name: |
{{ $first_name }} |
Email: |
{{ $email }} |
@if(isset($phone_number) && !empty($phone_number))
Telephone Number : |
{{ $phone_number }} |
@endif
@if(isset($complaint_pobox) && !empty($complaint_pobox))
PO Box & Pysical Address : |
{{ $complaint_pobox }} |
@endif
@if(isset($company) && !empty($company))
Company Complained Against : |
{{ $company }} |
@endif
@if(isset($dateOfComplaint) && !empty($dateOfComplaint))
Date complaint filed with Company : |
{{ $dateOfComplaint }} |
@endif
@if(isset($complaint_details) && !empty($complaint_details))
Full details of complaint: |
{{ $complaint_details }} |
@endif
@if(isset($complaint_response) && !empty($complaint_response))
Response by Company: |
{{ $complaint_response }} |
@endif
|
Best Regards, |
{{ $SITE_NAME }} |
{!!$FOOTER_COPYRIGHTS!!} {!! date('Y') !!} {{$SITE_NAME}}. All Rights Reserved. |
Powered by AdminPanel! |
|