@if(count($salesProducts) > 0) @endif @if(count($salesProducts) > 0) @endif {{--
--}}
@if($recentPosts && count($recentPosts) > 0)
@php $post = $recentPosts[0]; @endphp {{$post['title']}}

{{$post['title']}}

@foreach($recentPosts as $post) @if($loop->index != 0) {{$post['title']}}

{{$post['title']}}

@endif @endforeach
@endif