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