@if(is_array($menu_footer) && !empty($menu_footer)) @foreach($menu_footer as $item)
  • {{ $item->name }}
  • @endforeach @endif