@if ($auto->idetiqueta)
{{ $auto->titulo_etiqueta }}
@endif
@php
$foto = explode(',', $auto->fotos)[0];
$foto = !$foto || empty($foto) ? asset('images/demo/default.jpg') : $foto;
@endphp
{{ $auto->NMARCA . ' ' . $auto->NMODELO }}
@if ($auto->legal1)
PRECIO: {{ $auto->legal1 ? $auto->moneda . number_format($auto->legal1, '0', ',', '.') : '' }}
PRECIO CON FINANCIAMIENTO
@else
@endif