@extends('adminlte::page') @section('title', 'サポートパック検査編集') @section('content_header')
@stop @section('content')
@php $route = 'smartsupport.admin.supportPackSurvey.update'; if(Request::routeIs('smartsupport.admin.supportPackSurvey.copy')){ $route = 'smartsupport.admin.supportPackSurvey.storeCopy'; } @endphp
@csrf
@foreach ($equipmentTypes as $equipmentType)
@endforeach
キャンセル @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2')) @endif
@stop @section('css') @stop @section('js') @stop