@foreach($childs as $child) @if( App\OtherModel\Menu::havePermission($child->id) == 1)
  • {{ ucwords($child->title) }} @if(count($child->childs)) @endif
  • @endif @endforeach