Son Pesos: ${{ number_format($registro->total, 2, ',', '.') }}
@if(!$registro->moneda->is_default)
Cotizacion: ${{ number_format($registro->cotizacion, 2, ',', '.') }}
@endif
Creado por: {{ $registro->creado_por }}
Observaciones: {{ $registro->comentario ? $registro->comentario : '-----' }}