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