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

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

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