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