{{ Form::open(array('url' => '', 'class' => 'form-signin', 'method' => 'POST','id'=>'frmInfoAuthorizedPeople')) }}
{{Form::hidden('serial_aup',$authorizedPeople->serial_aup,array('id'=>'serial_aup'))}} {{Form::hidden('serial_std',$serial_std,array('id'=>'serial_std'))}} {{Form::hidden('serial_aps',$authorizedPeopleStudent->serial_aps,array('id'=>'serial_aps'))}} {{Form::hidden('status_aps',$status,array('id'=>'status_aps'))}} {{Form::hidden('status_aup',$status_aup,array('id'=>'status_aup'))}} {{ Form::text('id_aup', $authorizedPeople->id_aup, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'id_aup')) }}
{{ Form::text('firstname', $authorizedPeople->firstname, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'firstname')) }}
{{ Form::text('lastname', $authorizedPeople->lastname, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'lastname')) }}
{{ Form::text('phone_aup', $authorizedPeople->phone_aup, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'phone_aup')) }}
@if($hiddenDivRelationship)
{{ Form::text('relationship_aps', $authorizedPeopleStudent->relationship_aps, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'relationship_aps')) }}
{{Form::radio('emergency', 'YES',($authorizedPeopleStudent->emergency == 'YES'),array('id' => 'emergency_YES'))}}{{Form::label('emergency_YES','SI')}}
{{Form::radio('emergency', 'NO',($authorizedPeopleStudent->emergency == 'NO'),array('id' => 'emergency_NO'))}}{{Form::label('emergency_NO','NO')}}

@endif
{{Form::close()}} {{ HTML::style('css/common/radioCheckboxStyles.css') }}