@if(empty($custom_fields['incident-description']))
|
@else
{!! $custom_fields['incident-description'] !!} |
@endif
@endif
@if(array_key_exists('how-did-it-happen-', $custom_fields))
@if(empty($custom_fields['how-did-it-happen-']))
|
@else
{!! $custom_fields['how-did-it-happen-'] !!} |
@endif
@endif
@if(array_key_exists('why-did-it-happen-', $custom_fields))
@if(empty($custom_fields['why-did-it-happen-']))
|
@else
{!! $custom_fields['why-did-it-happen-'] !!} |
@endif
@endif
@if(empty($custom_fields['actions-taken']))
|
@else
{!! $custom_fields['actions-taken'] !!} |
@endif
@if(empty($custom_fields['remarks']))
|
@else
{!! $custom_fields['remarks'] !!} |
@endif
Submitted by
Name: |
{!! $task->UserAdded->full_name !!} |
Designation: |
{!! $submitter_designation!!} |
Date: |
{!! showDate($task->created_at) !!} |
Time: |
{!! showTime($task->created_at) !!} |
|
Verified by
Name: |
{!! $reviewer !!} |
Designation: |
{!! $reviewer_designation !!} |
Date: |
{!! showDate($task->complete_date) !!} |
Time: |
{!! showTime($task->complete_date) !!} |
|
@foreach($uploads as $upload)