@foreach($top_locations as $location)

{!! $location->name !!}

{!! createLineTreeView($tree,$location->id) !!} @endforeach