@if($data['paymentMothe']=='CURRENT')
{{ Form::label('total_value', 'Valor:', array('class' => 'col-md-2 control-label')) }}
{{ Form::text('paymentdetail['.$data['countPaymentDetail'].'][total_value]', $totalPhy, array('class' => 'form-control total_value', 'id' => 'total_value')) }}
@else
{{ Form::label('total_value', 'Valor:', array('class' => 'col-md-2 control-label')) }}
{{ Form::label('total_value', number_format($totalPhy,'2','.',','), array('class' => '', 'id' => 'total_value')) }} {{ Form::hidden('paymentdetail[0][total_value]', $totalPhy, array('class' => 'total_value', 'id' => 'total_value')) }}
@endif
{{ 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')) }}