@extends('adminlte::page') @section('title', '検査項目編集') @section('content_header')
@stop @section('content')
@csrf
{{old('assembly_confirmation_class_name') ?? $inspection->assemblyConfirmationClass->name}}
キャンセル @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2')) @endif
@stop @section('css') @stop @section('js') @stop