Ingredients List
@if($ingredients->count())
| # | Ingredient Name | Recipe Categories | Actions |
|---|---|---|---|
| {{ $ingredient->id }} | {{ $ingredient->name }} | @if($ingredient->recipe_categories->count()) @foreach($ingredient->recipe_categories as $category) {{ $category->name }} @endforeach @else — @endif | {{-- ACTIONS --}}
edit
{{-- Delete Modal --}}
|
No ingredients found
Start by creating your first ingredient.