@foreach($user->blog as $post)
@include('web.default.blog.grid-list',['post' => $post])
@endforeach
@else
@include(getTemplate() . '.includes.no-result',[
'file_name' => 'webinar.png',
'title' => trans('update.instructor_not_have_posts'),
'hint' => '',
])
@endif