@php $routes = Help::routerNav(); @endphp @for ($i=0; $i < count( $routes); $i++) @if ($i < (count( $routes) - 1) )
  1. {{ucfirst($routes[$i]['nombre'])}}
  2. @else
  3. @if (isset( $current )) {{ ucfirst($current) }} @else {{ ucfirst($routes[$i]['nombre']) }} @endif
  4. @endif @endfor