@include('todo::public.todo.partial.header')
@include('todo::public.todo.partial.aside')
@foreach($todos as $todo)

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

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