Why Roots
{{$rootDetails->title ?? ''}}
@foreach($roots as $root)
@if($loop->odd)
@endif
@if($loop->even)
@endif
@endforeach
@endif