{{ Form::label('serial_fin', 'Institución financiera:', array('class' => 'col-md-6 control-label')) }}
{{ Form::select('paymentdetail[0][serial_fin]', array(''=>'-Seleccione-')+ $fiantialInstitutions, '', array('class' => 'form-control', 'id' => 'serial_fin')) }}
{{ Form::label('total_value', 'Valor:', array('class' => 'col-md-6 control-label')) }}
{{ Form::label('total_value', number_format($totalPhy,'2','.',','), array('class' => 'f', 'id' => 'total_value')) }} {{ Form::hidden('paymentdetail[0][total_value]', $totalPhy, array('class' => 'total_value', 'id' => 'total_value')) }}
{{ Form::textarea('comment_pdt_chkeditor','', array('class'=>'form-control higth-input','size' => '50x3', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'comment_pdt_chkeditor')) }} {{ Form::hidden('comment_pdt','', array('class'=>'form-control higth-input','readonly','size' => '50x3', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'comment_pdt')) }}