diff --git a/resources/views/livewire/plugins/recipe.blade.php b/resources/views/livewire/plugins/recipe.blade.php
index 2bcf519..3a8e7cc 100644
--- a/resources/views/livewire/plugins/recipe.blade.php
+++ b/resources/views/livewire/plugins/recipe.blade.php
@@ -690,7 +690,10 @@ HTML;
@endforeach
@else
-
+ @php
+ $key = mb_strtolower(str_replace(' ', '_', $option));
+ @endphp
+
@endif
@endforeach
@endif