@include('profile::public.shortlist.partial.header')
@include('profile::public.shortlist.partial.aside')
@foreach($shortlists as $shortlist)

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

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