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