@if($article_number == true)

Keresett cikkszám: {{$article_number}}

@endif
{{ $is_article_number ? $products->count() : count($products) }} Találat
@if(count($products) == 0)
A keresett alkatrész nem található, ha szeretnéd igényelhetsz.
@csrf
@if(!auth()->guard('customer')->user())
@endif
@if(isset($make_slug)) @endif @if(isset($article_number)) @endif
@endif @foreach ( $products as $product ) @php $sub_category = $product->part->categories()->first(); $url = [ $product->manufacturer?->slug, $product->car_model?->slug, $sub_category?->parent->slug, $sub_category?->slug, Str::slug($product->part->name), ]; @endphp @include('webshop.list_card', ['product' => $product, 'url' => $url]) @endforeach