@extends('adminlte::page') @section('title', '対象消耗品選択') @section('content_header')
@stop @section('content')
@if ($typeConsumables->count() > 0)
@csrf
@foreach ($typeConsumables as $typeConsumable)
@endforeach
キャンセル
@else
追加できる消耗品がありません。
形式に追加したい消耗品を登録してください。
@endif
@stop @section('css') @stop @section('js') @stop