Dear {{@$managerName}},
|
|
Employee {{@$employeeName}} has moved from {{@$oldHome}} to {{@$newHome}}.
|
|
Please reassign the following tasks to the appropriate employee as soon as possible.
|
@if(!empty($taskDetails) && count($taskDetails) > 0)
Pending Task IDs
|
Task ID
|
@foreach($taskDetails as $task)
|
#{{ $task['id'] }}
|
@endforeach
|
@endif
|
Thank you for your support.
|
Kind regards, {{@$companyName}}
|
|
|
|