@extends('adminlte::page') @section('title', '据付最終確認書区分一覧') @section('content_header')
@stop @section('content')| ID | 区分名 | 備考 | 表示カテゴリー | 編集 | |||
|---|---|---|---|---|---|---|---|
| {{ $class->id }} | {{ $class->name }} | {{ $class->notes }} | {{ $class->display_category }} | @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|4') || Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2')) 編集 @endif | |||
| 登録されていません。 | |||||||