{{-- Important to have no leading whitespace
--}}<li data-node-id="{{{ $model->getKey() }}}">
<div class="sort-tolerance">
<span class="sort-handle glyphicon glyphicon-move"></span>
{{{ $model->name }}}
</div>
@include('admin.menu-items.children', ['model' => $model])
</li>{{--
This comment stops any trailing whitespace
--}}
Not sure if this is related to #2.
| have this right now:
It's highlighting as one big comment.