{!! BootForm::open()->multipart()->action(route('consumableCategories.update', $consumableCategory->id))->patch() !!}
{!! BootForm::bind($consumableCategory)!!}
@include('consumable_categories.fields')
{!! BootForm::close() !!}