@extends('adminlte::page') @section('title', '定期メンテナンス検査') @section('content_header') {{--
--}} @foreach ($page_info as $page)
page != $startPageId) class="title-page d-none" @else class="title-page" @endif id="title{{ $page->page }}">
@endforeach @stop @section('content')
    @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 }}
  • @endforeach
@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
@csrf @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
{{-- --}}
@stop @section('css') @stop @section('js') @stop