@extends('adminlte::page') @section('title', '貸用品管理') @section('content_header')
@stop @section('content')
{{-- --}}

貸用品一覧

@if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'rental-items|2')) @endif @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'rental-items|2'))
@csrf
@endif
{{-- --}} {{-- --}} @if ($equipmentTypes->count() > 0) @foreach ($equipmentTypes as $equipmentType) {{-- --}} {{-- --}} @endforeach @else @endif
形式 在庫数管理部門金額特記事項管理状況の確認 編集
{{ $equipmentType->external_name }} {{ $equipmentType->canRentalItems($inputs["category"])->count() . '(' . $equipmentType->rentalItems($inputs["category"])->count() . ')'}}未実装¥{{ number_format($equipmentType->getRentalPrice()) }}未実装管理状況の確認 @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'rental-items|2') && $equipmentType->rentalItems->count() > 0) 編集 @endif
登録されていません。
{{ $equipmentTypes->links() }}
@include('smartsupport::admin.rentalItems.modal.rental_item_delete') @stop @section('css') @stop @section('js') @stop