@foreach ($menu_nodes as $key => $row)
@if($row->title=='About Us')
- {{$row->title}}
@if(count($row->child) > 0)
@endif
@endforeach
@foreach ($menu_nodes as $key => $row)
@if($row->title=='Products')
- {{$row->title}}
@if(count($row->child) > 0)
@foreach($row->child as $second_child)
- {{$second_child->title}}
@endforeach
@endif
@if(count($second_child->child) > 0)
@endif
@endif
@endforeach
@foreach ($menu_nodes as $key => $row)
@if($row->title=='Facilities')
- {{$row->title}}
@endif
@endforeach
@foreach ($menu_nodes as $key => $row)
@if($row->title=='Research & Development')
- {{$row->title}}
@endif
@endforeach
@foreach ($menu_nodes as $key => $row)
@if($row->title=='Events')
- {{$row->title}}
@endif
@endforeach
@foreach ($menu_nodes as $key => $row)
@if($row->title=='Blogs')
- {{$row->title}}
@endif
@endforeach
@foreach ($menu_nodes as $key => $row)
@if($row->title=='Careers')
- {{$row->title}}
@if(count($row->child) > 0)
@endif
@endif
@endforeach
@foreach ($menu_nodes as $key => $row)
@if($row->title=='Contact Us')
- {{$row->title}}
@endif
@endforeach