Gender |
Name |
Passport / NRIC No. |
Address |
Contact No. |
{{ $custom_fields['p1-gender'] }} |
{{ $custom_fields['p1-name'] }} |
{{ $custom_fields['p1-nric'] }} |
{{ $custom_fields['p1-address'] }} |
{{ $custom_fields['p1-contact'] }} |
{{ $custom_fields['p2-gender'] }} |
{{ $custom_fields['p2-name'] }} |
{{ $custom_fields['p2-nric'] }} |
{{ $custom_fields['p2-address'] }} |
{{ $custom_fields['p2-contact'] }} |
Authorities |
{{ $custom_fields['relevant-authority-activated-for-assistance'] }} |
Remarks |
{{ $custom_fields['relevant-authority-contact-person'] }} |
Reported To |
Name of Person |
Reported Date/Time |
M.A. Office : {{ $custom_fields['ma-office'] }} |
{{ $custom_fields['ma-person'] }} |
{{ showDate($custom_fields['ma-datetime']).' '.showTime($custom_fields['ma-datetime']) }} |
WestMinster Security HQ : {{ $custom_fields['wm-office'] }} |
{{ $custom_fields['wm-person'] }} |
{{ showDate($custom_fields['wm-datetime']).' '.showTime($custom_fields['wm-datetime']) }} |
Police / SCDF : {{ $custom_fields['scdf-office'] }} |
{{ $custom_fields['scdf-person'] }} |
{{ showDate($custom_fields['scdf-datetime']).' '.showTime($custom_fields['scdf-datetime']) }} |
@if(empty($custom_fields['actions-taken']))
|
@else
{!! $custom_fields['actions-taken'] !!} |
@endif
Update Occurrence Book, Submitted Incident Report to M.A |
@if(empty($custom_fields['remarks']))
|
@else
{!! $custom_fields['remarks'] !!} |
@endif
@endif
Submitted by
Name : |
{!! $task->UserAdded->full_name !!} |
Designation : |
{!! $task->UserAdded->Profile->designation->name !!} |
Date : |
{!! showDate($task->start_date) !!} |
|
Acknowledged by
Name : |
{!! $reviewer !!} |
Designation : |
{!! $reviewer_designation !!} |
Date : |
{!! showDate($task->complete_date) !!} |
|