{{ Form::label('lblPermissionDate', 'Envio de solicitud:',array('class'=>'control-label col-sm-3')) }}
{{ Form::text('txtPermisionDate',$detailJustification->permission_date, array('class' => 'form-control','readOnly'=>'true')) }}
{{ Form::label('lblStudent', 'Estudiante:',array('class'=>'control-label col-sm-3')) }}
{{ Form::text('txtStudent',$detailJustification->last_name_std.' '.$detailJustification->first_name_std, array('class' => 'form-control','readOnly'=>'true')) }}
{{ Form::label('lblPermissionName', 'Tipo de permiso:',array('class'=>'control-label col-sm-3')) }}
{{ Form::text('txtPermisionDate',$detailJustification->permission_name, array('class' => 'form-control','readOnly'=>'true')) }}
{{ Form::label('lblGuardian', 'Quien envió la solicitud:',array('class'=>'control-label col-sm-3')) }}
{{ Form::text('txtGuardian',$detailJustification->last_name_grd.' '.$detailJustification->first_name_grd, array('class' => 'form-control','readOnly'=>'true')) }}
{{ Form::label('lblDates','Fecha/Hora:',array('class'=>'control-label col-sm-3')) }}
@if($detailJustification->date_early !='0000-00-00 00:00:00') {{ Form::text('txtGuardian',$detailJustification->date_early, array('class' => 'form-control','readOnly'=>'true')) }} @else {{ Form::text('txtGuardian',$detailJustification->date_from.'-'.$detailJustification->date_to, array('class' => 'form-control','readOnly'=>'true')) }} @endif
{{Form::label('lblObservations','Observaciones:',array('class'=>'control-label col-sm-3'))}}
{{ Form:: textarea('txtDescriptionSbjpt', $detailJustification->last_name_grd.' '.$detailJustification->first_name_grd.' '. $detailJustification->other_first_name.' '.$detailJustification->other_last_name.' '.$detailJustification->other_id.' '. $detailJustification->reason, array('id'=>'txtObservations','rows' => 4, 'cols' => 50,'class'=>'form-control','readOnly'=>'true'))}}
{{ Form::label('lblStatusJust','Estado:',array('class'=>'control-label col-sm-3')) }}
{{ Form::text('txtStatusJust',$detailJustification->status_just, array('class' => 'form-control','readOnly'=>'true')) }}
{{ Form::label('lblStatusJust','Responsable:',array('class'=>'control-label col-sm-3')) }}
{{ Form::text('txtStatusJust',$detailJustification->last_name_emp.' '.$detailJustification->first_name_emp, array('class' => 'form-control','readOnly'=>'true')) }}
{{ Form::label('lblChangeDateUser','Fecha cambio de estado:',array('class'=>'control-label col-sm-3')) }}
{{ Form::text('txtChangeDateUser',$detailJustification->date_change,array('class' => 'form-control','readOnly'=>'true')) }}