diff --git a/resources/views/components/inputs/icon-button.blade.php b/resources/views/components/inputs/icon-button.blade.php new file mode 100644 index 0000000..2198fd5 --- /dev/null +++ b/resources/views/components/inputs/icon-button.blade.php @@ -0,0 +1,5 @@ +@props(['color' => 'gray']) + + diff --git a/resources/views/recipes/edit.blade.php b/resources/views/recipes/edit.blade.php index 37520fe..1182ff4 100644 --- a/resources/views/recipes/edit.blade.php +++ b/resources/views/recipes/edit.blade.php @@ -81,8 +81,14 @@ class="block" name="ingredients_detail[]" :value="old('ingredients_detail.' . $loop->index, $foodAmount->detail)" /> + + + + + @endforeach + - - Add Ingredient - + + + + + @@ -122,9 +135,11 @@ name="steps[]" /> - - Add Step - + + + + +