@forelse ($products as $product)
{{-- Hot --}} {{-- Sale --}} {{-- New --}}
@if ($product->photo) product picture @endif
{{-- --}}

{{ $product->name }}

{{--
Quality: {{ $product->partQuality->lang_or_any->title ?? 'Unspecified' }}
--}} {{--
(testing) Status: {{ $product->partStatus->lang_or_any->title ?? 'Unspecified' }}
--}}

{{ $product->vehicle->model->maker->name }} {{ $product->vehicle->model->name }} {{ $product->vehicle->year }}

{{ number_format($product->pvnPrice, 2, ',', ' ') }}
@empty
Empty
@endforelse

Page {{ $products->currentPage() }} of {{ $products->lastPage() }}