@include('timesheet::timesheet.partial.header')
@include('timesheet::timesheet.partial.aside')
@foreach($timesheets as $timesheet)

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

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