@extends('front.layout') @section('title','Catálogo de carreras') @section('sub-title','Carreras') @section('top-button') Crear carrera @endsection @section('content')
@foreach($data as $career) @endforeach
Clave Plan Esp. Nombre de carrera Acuerdo Clave DGES Estatus
{{$career->code}} {{$career->plan->name}} {{ $career->getSpecialization() }} {{$career->name}} {{$career->getAgreement()}} {{$career->getCodeDegs()}} {{$career->getActive()}}
@csrf
Editar
@endsection @push('css') @endpush @push('js') @endpush