@extends('adminlte::page') @section('title', '貸用品管理 個別編集') @section('content_header')
@stop @section('content')
@csrf
{{ $rentalItem->management_number }}
any() ? old('categories.domestic_dentist') : $rentalItem->is_domestic_dentist)>
any() ? old('categories.abroad_dentist') : $rentalItem->is_abroad_dentist)>
any() ? old('categories.veterinary') : $rentalItem->is_veterinary)>
any() ? old('categories.other_medical') : $rentalItem->is_other_medical)>
any() ? old('categories.others') : $rentalItem->is_others)>
キャンセル
@stop @section('css') @stop