@extends('front.layoutwithout') @section('title') {{$data['career']->name}} @endsection @section('return')
Regresar
@endsection @section('button-save') @endsection @push('js') @endpush @section('content')
@csrf {{ method_field('PUT') }}
{{ $errors->first('code')}}
{{ $errors->first('name')}}
{{$errors->first('agreement')}}
{{$errors->first('code_degs')}}
government_plan == config('constants.government_plan.state') ? "checked":"" }} name="government_plan" id="inlineRadio1" value="{{ config('constants.government_plan.state') }}">
government_plan == config('constants.government_plan.federal') ? "checked":"" }} name="government_plan" id="inlineRadio2" value="{{ config('constants.government_plan.federal') }}">
@php $level = array('Bachillerato', 'Licenciatura', 'Sistema Empresarial', 'Diplomado', 'Maestría', 'Doctorado'); $count = count($level); @endphp
{{ $errors->first('date')}}
{{ $errors->first('short_name')}}
{{ $errors->first('total_subjects')}}
{{ $errors->first('ct')}}
{{ $errors->first('minumum_credits')}}
{{ $errors->first('number_optatives')}}
{{ $errors->first('preference_name')}}
quarter == 'on') checked @endif/>

Documentación

birth_certificate == 'on') checked @endif>
middle_school_certificate == 'on') checked @endif/>
bachelor_certificate == 'on') checked @endif/>
partial_certificate == 'on') checked @endif/>
good_behavior_certificate == 'on') checked @endif />
photographs == 'on') checked @endif/>
practices == 'on') checked @endif/>
social_service == 'on') checked @endif/>
thesis == 'on') checked @endif/>
professional_certificate == 'on') checked @endif/>
professional_id == 'on') checked @endif/>
high_school_certificate == 'on') checked @endif/>


@php $level = array('Bachillerato', 'Licenciatura', 'Sistema Empresarial', 'Diplomado', 'Maestría', 'Doctorado'); $count = count($level); @endphp
{{ $errors->first('absences')}}
active == 'on') checked @endif>
@endsection