@extends('adminlte::page') @section('title', '点検項目一覧') @section('content_header')
@stop @section('content')| 並び順 | 区分 | 項目名 | 詳細 | 編集 | |||
|---|---|---|---|---|---|---|---|
| {{ $inspection->number }} | {{ $inspection->assemblyConfirmationClass ? $inspection->assemblyConfirmationClass->name: "" }} | {{ $inspection->name }} | {{ $inspection->detail }} | @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2')) 編集 @endif | |||
| 登録されていません。 | |||||||