@extends('adminlte::page') @section('title', '区分編集') @section('content_header')
@stop @php $userAgent = $_SERVER['HTTP_USER_AGENT']; $isDesktop = strpos($userAgent, 'Windows') !== false || strpos($userAgent, 'Macintosh') !== false; @endphp @section('content')
@csrf
{{old('assembly_confirmation_class_name') ?? $item->assemblyConfirmationClass->name}}
{{old('equipment_type_name') ?? $item->equipmentType->internal_name}}
is_required_serial_number) checked @endif />
キャンセル @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2')) @endif
@stop @section('css') @stop @section('js') @stop