@foreach ($blogs as $blog)
@if ($blog->is_top > 0)
{{__('top_news')}}
@endif blog

{{$blog->title}}

{{$blog->focus_keyword}}

@endforeach