@extends('adminlte::page') @section('title', '消耗品編集') @section('content_header')
@stop @section('content')
@csrf
消耗品イメージは.jpg形式のファイルを指定して下さい。
@if ( $consumable->image_file_id)
@endif
キャンセル
@stop @section('js') @stop @section('css') @stop