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

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

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