@extends('layouts.app') @section('seo') @endsection @section('pageTitle', __("Ingrédients")) @section('menu') @endsection @section('content')

Ingrédients

@lang('ingredients.content')

@livewire('ingredient-search')
@endsection