@if ($imageUrl)
@endif

@if ($recipe->needs_unlocking) @if (Auth::check() && Auth::user()->hasRecipe($recipe->id)) @else @endif @else @endif {!! $name !!} @if (isset($idUrl) && $idUrl) @endif

@if ($recipe->is_limited)
Requirements
@endif
Ingredients
@for ($i = 0; $i < count($recipe->ingredients) && $i < 3; ++$i)
@include('home.crafting._recipe_ingredient_entry', ['ingredient' => $ingredient])
@endfor @if (count($recipe->ingredients) > 3) @endif
Rewards
@foreach ($recipe->reward_items as $type) @foreach ($type as $item) @if ($counter > 3) @break @endif
@include('home.crafting._recipe_reward_entry', ['reward' => $item])
@endforeach @endforeach @if ($counter > 3) @endif