@extends('adminlte::page') @section('title', '定期メンテナンス検査') @section('content_header') @if (!$page_id || $page_id > $page_max)
@else @foreach ($page_info as $page)
page != $startPageId) class="title-page d-none" @else class="title-page" @endif id="title{{ $page->page }}">
@endforeach @endif @stop @section('content')
@if (!$page_id)

間違いありませんか?

検査 医院名 対象機器 担当者 対応予定日
{{ $result->survey->name }} {{ $result->clinic->name }} {{ $result->ownOsadaEquipment->equipmentType->external_name }} {{ $result->staff->name }} {{ $result->start_at ? $result->start_at->format('Y.m.d'): '' }}
@if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|4') || Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2'))
@if ($isNeedPreCheck) 検査を開始する @else 検査を開始する @endif
@endif
@else
    @if ($page_info->isEmpty()) @foreach ($pageIndex as $page) @php $tabClass = $page == $startPageId ? 'survey-page-tag tag-active' : 'survey-page-tag'; @endphp @endforeach @else @foreach ($page_info as $page) @php $tabClass = $page->page == $startPageId ? 'survey-page-tag tag-active' : 'survey-page-tag'; @endphp
  • page, $pageIds)) role="tab" style="cursor: pointer;" @endif > {{ $page->title ? $page->title : (無名のページ) }}
  • @endforeach @endif
@csrf @foreach ($questionPages as $pageId => $questions)
@if (count($page_info) > 0)

{{$page_info[$pageId]->caution}}

@endif @if (count($page_info) > 0 && $page_info[$pageId] && $page_info[$pageId]->page_image_id)
@endif @foreach ($questions as $key => $question) @endforeach
点検項目 点検内容 チェック 備考
{{ $question->question }} @if($question->detail) {{$question->detail}} @endif
@php $choices = explode(",", $question->choices); @endphp @foreach ($choices as $choice) @endforeach
@endforeach
@include('smartsupport::admin.supportPack.modal.cancel') @include('smartsupport::admin.supportPack.modal.check_exec') @endif
@stop @section('css') @stop @section('js') @stop