@include('country::country.partial.header')
@include('country::country.partial.aside')
@foreach($countries as $country)

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

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