@extends('adminlte::page') @section('title', '機器編集') @section('content_header')
@stop @section('content')
@csrf
{{ $equipment->order_id }}(ジャンル:{{ EquipmentGenreHelper::allEquipmentGenres()[$equipment->equipment_genre_id] }})
国内歯科向け 海外歯科向け 獣医科向け その他医科向け
is_domestic_dentist == 1 ? 'checked' : '' }}> is_foreign_dentist == 1 ? 'checked' : '' }}> is_veterinary == 1 ? 'checked' : '' }}> is_other_medical == 1 ? 'checked' : '' }}>
機器アイコンは.png形式のファイルを指定して下さい。
is_compatible == 1 ? 'checked' : '' }}>
キャンセル
@stop @section('js') @stop @section('css') @stop