{{__('latest posts')}}

@foreach($latestPosts ?? [] as $post)
{{$post->title}}
@endforeach

{{__('newsletter')}}

{{__('trending tags')}}

@foreach($trendingTags ?? [] as $tag) {{$tag->title}} @endforeach

{{__('Popular Categories')}}