@foreach ($menu_nodes->loadMissing('metadata') as $key => $row)
{!! $row->icon_html !!}

{!! BaseHelper::clean($row->title) !!}

@endforeach