Recipes



@if (is_array($tag->getData())) @foreach ($tag->getData() as $loot) @endforeach @endif
Reward Quantity
{!! Form::select('rewardable_id[]', $recipes, $loot->rewardable_id, ['class' => 'form-control recipe-select selectize', 'placeholder' => 'Select Recipe']) !!} {!! Form::text('quantity[]', $loot->quantity, ['class' => 'form-control']) !!} Remove