@foreach ($menu_nodes as $key => $row)
@if ($row->icon_font)
@endif{{ $row->title }} @if ($row->active)
(current)
@endif
@endforeach