@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 }}      
$ {{ number_format($cdConcepto->valor, 2, ',', '.') }}
$ {{number_format($cdConcepto->pago, 2, ',', '.')}} $ {{number_format($cdConcepto->descuento, 2, ',', '.')}} $ {{number_format($cdConcepto->saldo, 2, ',', '.')}}