@translate('homePage', 'best_offers_title')

@foreach ($best_items as $part)
{{-- Hot --}}
product picture {{-- @localeUrl('home.page') --}}
{{-- --}} {{-- --}}

{{ $part->name }}

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