@extends('front.layoutwithout') @section('title') Crear Carrera @endsection @section('return')
Regresar
@endsection @section('button-save') @endsection @push('js') @endpush @section('content')
@csrf
@php $level = array('Bachillerato', 'Licenciatura', 'Sistema Empresarial', 'Diplomado', 'Maestría', 'Doctorado'); $count = count($level); @endphp

Documentación



@php $level = array('Bachillerato', 'Licenciatura', 'Sistema Empresarial', 'Diplomado', 'Maestría', 'Doctorado'); $count = count($level); @endphp
@endsection