Recipe List
Add Recipe
{{ session('success') }}
@endif
@if (!empty($recipes) && count($recipes))
| ID | Menu Item | Ingredient | Quantity | Actions |
|---|---|---|---|---|
| {{ $rec->id }} | {{ $rec->menu_name }} | {{ $rec->ingredient_name }} | {{ $rec->quantity }} |
No recipes found.
@endif