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

{{str_limit($country['title'], 300)}} @if($country->user_id == user_id('client.web') && $country->user_type == user_type('client.web'))   @endif @if($country->user_id == user_id('client.web') && $country->user_type == user_type('client.web')) @endif

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