@if(!empty($childs)) @foreach($childs as $child)
  • {{ $child->menu_title }} @if(count($child->childs)) @endif
  • @endforeach @endif