@include('timesheet::public.task.partial.header')
@include('timesheet::public.task.partial.aside')
@foreach($tasks as $task)

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

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