{{ $page_title }}
Sub Activity Name
*
Sub Activity Description
*
{{ $longTermProjectSubActivityById->sub_activity_description ? $longTermProjectSubActivityById->sub_activity_description : '' }}
Start Date
*
End Date
*
Sub Activity Weight
*
Team Members
*
Select Team Members
@foreach($teamMembers as $teamMember) @php $stake_holder_type = ucwords(strtolower(str_replace('_', ' ', $teamMember->stakeholder_type))); @endphp @if ($teamMember->stakeholder_category == 'SYSTEM' && $teamMember->SystemUser)
{{ $teamMember->SystemUser->name }} {{ $teamMember->SystemUser->last_name }} ({{ $stake_holder_type }})
@else
{{ $teamMember->StakeholderUser->name }} {{ $teamMember->StakeholderUser->last_name }} ({{ $stake_holder_type }})
@endif @endforeach
Selected Team Members
Name
Type
Email
Action
No Team Members selected
Notification Recipients
*
Select Notification Recipients
@foreach($notificationRecipients as $notificationRecipient) @php $stake_holder_type = ucwords(strtolower(str_replace('_', ' ', $notificationRecipient->stakeholder_type))); @endphp
{{ $notificationRecipient->StakeholderUser->name }} {{ $notificationRecipient->StakeholderUser->last_name }} ({{ $stake_holder_type }})
@endforeach
Selected Notification Recipients
Name
Type
Email
Action
No Notification Recipients selected
Remarks
{{ $longTermProjectSubActivityById->remarks ? $longTermProjectSubActivityById->remarks : '' }}
Update