Dear {{$emp_sendto}},
You have received a new issue report from one of your colleagues. Please find the details below:
Reported by: {{$emp_sendbyemail}}
Topic: {{$issue_type}}
Type: {{$complaint_type}}
Message:
{{$message_comment}}
Please review the above feedback and take the necessary actions.
@php use Illuminate\Support\Facades\Crypt; $data = array( "emp_sendto" => $emp_sendto, "email_address" => $email_address, "designation" =>$email_reciever_designation, "message_comment" => $message_comment, "emp_sendbyemail" => $emp_sendbyemail, "complaint_type" =>$complaint_type, "issue_type" => $issue_type, ); $encryptedData = Crypt::encrypt($data); @endphp Accept RejectThank you.
Best regards,
{{$emp_sendbyemail}}
{{$designation}}