@extends('adminlte::page') @section('title', '明細商品一覧') @section('content_header')
@stop @section('content')
@if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2')) @endif @if ($items->count() > 0) @foreach ($items as $item) @endforeach @else @endif
種別 区分 項目名 製番必須 備考 編集
{{ $item->category }} {{ $item->assemblyConfirmationClass ? $item->assemblyConfirmationClass->name: "" }} {{ $item->name }} {{ $item->is_required_serial_number ? "必須": "-" }} {{ $item->notes }} @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2')) 編集 点検項目 @endif
登録されていません。
@if ($items->count() > 0)
{{ $items->appends(request()->query())->links() }}
@endif
@stop @section('css') @stop