Ejemplo n.º 1
0
 /**
  * Increment the top loop's indices.
  *
  * @return void
  * @static
  */
 public static function incrementLoopIndices()
 {
     \Illuminate\View\Factory::incrementLoopIndices();
 }