@if($student!=null)
{{Form::label('','Documento:',array('class'=>'col-md-4 col-md-offset-2'))}}
{{Form::label('',$student->id_type_sid,array('class'=>'form-control-static text-muted'))}}
{{Form::label('','Número de documento:',array('class'=>'col-md-4 col-md-offset-2'))}}
{{Form::label('',$student->num_id_sid,array('class'=>'form-control-static text-muted'))}}
{{Form::label('','Apellidos y Nombres Completos:',array('class'=>'col-md-4 col-md-offset-2'))}}
{{Form::label('',$student->name_sid,array('class'=>'form-control-static text-muted'))}}
{{Form::label('','Calle principal:',array('class'=>'col-md-4 col-md-offset-2'))}}
{{Form::label('',$student->main_street_sid,array('class'=>'form-control-static text-muted'))}}
{{Form::label('','Número de domicilio:',array('class'=>'col-md-4 col-md-offset-2'))}}
{{Form::label('',$student->number_sid,array('class'=>'form-control-static text-muted'))}}
{{Form::label('','Calle secundaria:',array('class'=>'col-md-4 col-md-offset-2'))}}
{{Form::label('',$student->secondary_street_sid,array('class'=>'form-control-static text-muted'))}}
{{Form::label('','Teléfono:',array('class'=>'col-md-4 col-md-offset-2'))}}
{{Form::label('',$student->phone_sid,array('class'=>'form-control-static text-muted'))}}
{{Form::label('','Celular:',array('class'=>'col-md-4 col-md-offset-2'))}}
{{Form::label('',$student->movil_phone_sid,array('class'=>'form-control-static text-muted'))}}
{{Form::label('','Email:',array('class'=>'col-md-4 col-md-offset-2'))}}
{{Form::label('',$student->email_sid,array('class'=>'form-control-static text-muted'))}}
@else @endif