@if(!empty($posts) and $posts->isNotEmpty())
@include('design_1.web.blog.components.cards.grids.index',['posts' => $posts, 'gridCardClassName' => "col-12 col-md-6 col-lg-4 mt-16"])
@if(!empty($hasMorePosts))
{{ trans('update.load_more') }}
@endif
@else
@include('design_1.panel.includes.no-result',[
'file_name' => 'profile_blog.svg',
'title' => trans('update.user_profile_not_have_posts'),
'hint' => trans('update.user_profile_not_have_posts_hint'),
'extraClass' => 'mt-0',
])
@endif