Aditivi
@foreach ($recipe->additives as $additive) @endforeach
Nume
{{ $additive['en']['name'] }}

Nutrienti

@foreach ($recipe->nutrients as $nutrient) @endforeach
Nume Cantitate
{{ $nutrient['obj']['en']['name'] }} {{ $nutrient['amount'] }} {{ $nutrient['obj']['um'] }}

Alergeni

@if (!empty($recipe->allergens)) @foreach ($recipe->allergens as $allergen) @endforeach @endif
Nume
{{ $allergen['ro']['name'] }}