@php $profil = App\Models\Profile::firstOrfail(); @endphp
|
|
|
Dear {{ ucwords($project_team->pegawai->nama_lengkap) }}
We are writing to inform you that a new project task has been assigned to you in {{ $project_team->project_action_plan->team_initiation->name }}.
The details of the task are as follows: Task Title: {{ $project_team->project_action_plan->title }} Task Description: {{ $project_team->project_action_plan->description }} Due Date: {{ $project_team->project_action_plan->start_date }} - {{ $project_team->project_action_plan->end_date }} Please check it by clicking on the following button to see detail : |
|