@if (is_null($cdConcepto->fecha_para_reporte)) {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $cdConcepto->updated_at)->format('d/m/Y') }} @else {{ \Carbon\Carbon::createFromFormat('Y-m-d', $cdConcepto->fecha_para_reporte)->format('d/m/Y') }} @endif {{ $cdConcepto->concepto->nombre }} @php if ($cdConcepto->concepto->variante == true) { echo $cdConcepto->variante_value; } @endphp @if ($creditoDetalle->credito->plazo === 1) {{ Helper::diasVigencia($idCreditoDetalle) }} @endif @if ($creditoDetalle->credito->plazo > 1) {{ number_format(\App\Helper\Funciones::getTEM($creditoDetalle->id), 2, ',', '.') }} % @else {{ number_format($creditoDetalle->credito->condicion->tasa_interes, 2, ',', '.') }} % @endif
$ {{ number_format($cdConcepto->valor, 2, ',', '.') }}
$ {{number_format($cdConcepto->pago, 2, ',', '.')}} $ {{number_format($cdConcepto->descuento, 2, ',', '.')}} $ {{number_format($cdConcepto->saldo, 2, ',', '.')}}