@forelse ($data as $auto)
@if ($auto->VIDEO) youtube button @endif
@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

{{ $auto->precio ? $auto->moneda . number_format($auto->precio, '0', ',', '.') : '' }}

@else

 

PRECIO LISTA

{{ $auto->precio ? $auto->moneda . number_format($auto->precio, '0', ',', '.') : '' }}

@endif
{{ $auto->year }}
{{ str_replace('Transmisión ', '', $auto->transmision_nombre) }}
{{ $auto->combustible_nombre }}
{{number_format($auto->kms,'0', ',','.')}} Kms
@endforeach
@if (count($data) == 0)
@endif