@extends('layouts.app') @section('template_title') Tbl Dtf @endsection @section('content')
{{ $message }}
| Dtf Actual | Actualizado por | Fecha Actualizacion |
|---|---|---|
| {{ $current->Dtf_Value }} | {{ $current->user }} | {{ $current->created_at }} |
| Numero de cutas | DTF | Incremento | Valor tasa |
|---|---|---|---|
| {{ $tblPlazo->plazo }} | {{ $tblPlazo->Dtf_Value * 100 }} | {{ $tblPlazo->increment * 100 }} | {{ $tblPlazo->tasa * 100 }} |
| No | Valor Min | Valor Max | Dias 30 | Dias 60 | Dias 90 | Dias 120 | Dias 180 | Dias 270 | Dias 360 |
|---|---|---|---|---|---|---|---|---|---|
| {{ ++$i }} | {{ $tblCdat->Valor_Min }} | {{ $tblCdat->Valor_Max }} | {{ $tblCdat->Dias_30 * 100 }}% | {{ $tblCdat->Dias_60 * 100 }}% | {{ $tblCdat->Dias_90 * 100 }}% | {{ $tblCdat->Dias_120 * 100 }}% | {{ $tblCdat->Dias_180 * 100 }}% | {{ $tblCdat->Dias_270 * 100 }}% | {{ $tblCdat->Dias_360 * 100 }}% |
| Valor UVT | Ultimo Modificador |
|---|---|
| {{ $currentUVT->UVT_Vigente }} | {{ $currentUVT->Modificado }} |