@extends('adminlte::page') @section('title', '据付最終確認書区分一覧') @section('content_header')
@stop @section('content')
@if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2')) @endif @if ($classes->count() > 0) @foreach ($classes as $class) @endforeach @else @endif
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
登録されていません。
@if ($classes->count() > 0)
{{ $classes->appends(request()->query())->links() }}
@endif
@stop @section('css') @stop