@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)
{{$result->counter.'.'.$result->question}}
@if($result->type == '單選題') @for($i=1 ; $i <= 5 ; $i++ )
@if($result->$option[$i-1] != '')
{{$result->$option[$i-1]}} @endif
@endfor @elseif($result->type == '填充題')
異常
@else @for($i=1 ; $i <= 5 ; $i++ )
@if($result->$option[$i-1] != '')
{{$result->$option[$i-1]}} @endif
@endfor @endif
@endforeach
送出
@else
該時段並無檢查單
@endif
{{ $checklist->name }}
送出