Montos Convertidos ($Moneda Local)
{!!Form::hidden('monto_base_ars',($cotizacion_dolar*$contrato->monto_base),['class'=>'form-control','placeholder'=>'Ingrese monto', 'step'=>'.01', 'id'=>'monto_base_ars', 'readonly'=>'true'])!!}
{!!Form::number('monto_ars',($cotizacion_dolar*$contrato->monto),['class'=>'form-control','placeholder'=>'Ingrese monto', 'step'=>'.01', 'id'=>'monto_ars', 'readonly'=>'true'])!!}
{!!Form::number('claim_ars',($cotizacion_dolar*$contrato->claim),['class'=>'form-control','placeholder'=>'Ingrese claim', 'step'=>'.01', 'id'=>'claim_ars', 'readonly'=>'true'])!!}
{!!Form::number('fee_ars',($cotizacion_dolar*$contrato->fee),['class'=>'form-control','placeholder'=>'Ingrese fee', 'step'=>'.01', 'id'=>'fee_ars', 'readonly'=>'true'])!!}