@extends(view_path('master')) @section('additional_head_tags') @endsection @section('top-search') @if(config('app.users_notif'))
{{ config('app.users_notif') }}
@endif @endsection @section('body')
@if($featured_products->count()) @endif @if($trending_products->count()) @endif @if($newest_products->count())
@cards('item-card', $newest_products, 'item', ['category' => 1, 'sales' => 0, 'rating' => 1, 'home' => 1])
@endif @if($free_products->count())
@cards('item-card', $free_products, 'item', ['category' => 1, 'sales' => 0, 'rating' => 1, 'home' => 1])
@endif @if($posts->count())
@foreach($posts as $post)
cover}") }}" alt="cover">
{{ mb_substr($post->short_description, 0, 120).'...' }}
@foreach(array_slice(explode(',', $post->tags), 0, 3) as $tag) {{ trim($tag) }}
@endforeach
@endforeach
@endif
@endsection