@extends('adminlte::page') @section('title', 'サポートパック検査内容編集') @section('content_header')
@stop @section('content')
@csrf
@foreach($type_list as $type) type == $type) checked="checked" @endif/>{{$type}}   @endforeach
required ? 'checked': '') }}>
@if ($pages->count() > 0)
@php $pageNum = old('page') ? old('page') : $question->page; @endphp
@else
ページ
順番
@endif キャンセル @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2')) @endif
@stop @section('css') @stop @section('js') @stop