@translate('homePage', 'top_categories_title')

@for ($i = 0; $i < count($top_categories); $i++)
@foreach ($top_categories[$i]->parts as $part)
product picture {{-- --}}

{{ $top_categories[$i]->name }}

{{--
--}}
{{-- --}} {{-- --}} {{ number_format($part->pvnPrice, 2, ',', ' ') }} {{ $part->currency }}
@endforeach
@endfor