@if ($errors->has('grupo'))
{{ $errors->first('grupo') }}
@endif
@if ($errors->has('proyecto_id'))
{{ $errors->first('proyecto_id') }}
@endif
{{ Form::select('especialidad', [], null, ['class' => 'form-control', 'id' => 'especialidad', 'placeholder' => 'Seleccione:']) }}
@if ($errors->has('especialidad'))
{{ $errors->first('especialidad') }}
@endif
@if ($errors->has('ci'))
{{ $errors->first('ci') }}
@endif