Nutrition Facts
-Serving size
-Amount per serving
-Calories
--
Total Fat
--
Cholesterol
--
Sodium
--
Total Carbohydrate
--
Protein
-Tags
-Description
-{{ $food->description }}
- @endif +Brand
+Notes
+Tags
+Description
+{{ $food->description }}
+ @endif + @if($food->source) +Source
++ @if(filter_var($food->source, FILTER_VALIDATE_URL)) + {{ $food->source }} + @else + {{ $food->source }} + @endif +
+ @endif @if(!$food->ingredientAmountRelationships->isEmpty())Recipes
-
@@ -89,16 +53,61 @@
@endforeach
Source
-- @if(filter_var($food->source, FILTER_VALIDATE_URL)) - {{ $food->source }} - @else - {{ $food->source }} - @endif -
- @endif -{{ $recipe->name }} - - - - - -
Prep time
{{ $recipe->time_prep }} minutes
@@ -56,7 +43,7 @@ @if($item::class === \App\Models\IngredientAmount::class)