@section('title', '- The best way to earn cryptocurrencies')

@lang('auth.featured_products')


@foreach ($features->products as $feature) @if ($loop->last)
@else
@endif
{{$feature->name}}

{{str_limit($feature->name, 20, '...')}}

{{str_limit($feature->description, 58, '...')}}

@endforeach

@lang('auth.discover')

@include('sections.categories_home')
@push('js') @endpush