@inject('CommunityPresenter','NSST\Presenters\CommunityPresenter') {{ $CommunityPresenter->comName() }}
@if(isset($checklist_report_list))

{{ $checklist->name }}

@if(count($checklist_report_list)>0) @if($checklist_report_list->image1 != '' || $checklist_report_list->image2 != '' || $checklist_report_list->image3 != ''|| $checklist_report_list->image4 != '' || $checklist_report_list->image5 != '')
@for($i=1; $i <= 5 ;$i++) @if($checklist_report_list->$image[$i-1] != '' )
{{$i}} / 5
{{$i}}
@endif @endfor

@endif @endif @foreach($results as $result) @if($result->type == '單選題') @for($i=1 ; $i <= 5 ; $i++ ) @endfor @elseif($result->type == '填充題') @else @for($i=1 ; $i <= 5 ; $i++ ) @endfor @endif @endforeach
{{$result->counter.'.'.$result->question}}
@if($result->$option[$i-1] != '') {{$result->$option[$i-1]}} @endif 異常 @if($result->$option[$i-1] != '') {{$result->$option[$i-1]}} @endif
@else

該時段並無檢查單

@endif