@foreach($taxons as $taxon)
@if ($taxon->children->isNotEmpty()) @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