@extends('adminlte::page') @section('title', '消耗品カテゴリー一覧') @section('content_header')
@stop @section('content')

消耗品カテゴリー一覧

@if ($consumableCategories->isNotEmpty()) @foreach ($consumableCategories as $consumable_category) @endforeach @else @endif
ID 消耗品カテゴリー名 交換間隔(月) 編集
{{ $consumable_category->id }} {{ $consumable_category->name }} {{ $consumable_category->replacement_interval_month }}ヶ月 編集
登録されていません。

{{ $consumableCategories->isNotEmpty() ? $consumableCategories->links() : '' }}
@stop @section('css') @stop @section('js') @stop