@if ($ad = ad('post_sidebar'))
{!! $ad !!}
@endif
{{ translate('Popular Posts', 'general') }}
@foreach ($popular_posts as $post)
{{ $post->title }}
@endforeach
{{ translate('Categories', 'general') }}
@foreach ($all_categories as $category) {{ $category->name }} @endforeach