@extends('adminlte::page') @section('title', '明細商品一覧') @section('content_header')
@stop @section('content')| 種別 | 区分 | 項目名 | 製番必須 | 備考 | 編集 | ||
|---|---|---|---|---|---|---|---|
| {{ $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 | ||
| 登録されていません。 | |||||||