@include('newproduct::public.newproduct.partial.header')
@include('newproduct::public.newproduct.partial.aside')
@foreach($newproducts as $newproduct)

{{str_limit($newproduct['title'], 300)}}

{{@$newproduct->viewcount}} {{format_date($newproduct['posted_on'])}}
{{@$newproduct->user->badge}}
@endforeach