@extends('template.main') @section('titulo','Gestión de Carreras') @section('cabecera') @endsection @section('contenido')
@php $j=0 @endphp @foreach($carreras as $row) @php $carrera = \App\Carrera::where('id',$row->id)->first(); @endphp @php $j++; @endphp @endforeach @endsection