Themes



@if (is_array($tag->getData())) @foreach ($tag->getData() as $loot) @endforeach @endif
Theme
{!! Form::select('rewardable_id[]', $themes, $loot->rewardable_id, ['class' => 'form-control theme-select selectize', 'placeholder' => 'Select Theme']) !!} Remove