@extends('layouts.app') @section('title', 'Ingredient Categories') @section('actions') New Category @endsection @section('content')
| Name | Ingredients | Notes | |
|---|---|---|---|
| {{ $category->name }} | {{ $category->ingredients_count }} | {{ $category->notes ?? '—' }} | |
| No categories yet. | |||