@if ($taxon->children->isNotEmpty())
{!! icon('>') !!}
@else
{!! icon('>', 'secondary') !!}
@endif
has($taxon->id))checked="checked" @endif
/>
{{ $taxon->name }}
@if ($taxon->children->isNotEmpty())
@include('vanilo::taxon.assign._tree', ['taxons' => $taxon->children])
@endif
@endforeach