@extends('adminlte::page') @section('title', '点検項目追加') @section('content_header')
@stop @section('content')
@csrf
キャンセル @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2')) @endif
@stop @section('css') @stop @section('js') @stop