@if ($body->email_to == 'manager')
{{ ucfirst($body->cname) }} has applied for the leave , kindly do the
needful.
Please approve the request by visiting the following link:
Click Here
@elseif ($body->email_to == 'employee')
Your leave application has been sent to your reporting manager
{{ $body->mname ? "($body->mname) " : '' }}for further approval.
@endif
|
|
|