@extends('alufelnibolt.layouts.redparts') @section('content')

{{ $title ?? __('Legújabb termékek') }}

{{----}}
{{--
--}} {{-- Showing 6 of 98 products--}} {{--
--}}
{{--
--}} {{--
Active Filters
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
Kép
Cikkszám
Megnevezés
Ár
@foreach($products as $product)
@include('alufelnibolt.components.product_card', ['product' => $product])
@endforeach
{{ $products->links() }}
{{ __('pagination.legend', ['all' => $products->total()]) }}
{{--
--}} {{-- --}} {{--
--}} {{-- Showing 6 of 98 products--}} {{--
--}} {{--
--}}
@endsection