@if(!empty($forumTopics) and !$forumTopics->isEmpty())
@include('design_1.web.forums.components.cards.topic.index',['forumTopics' => $forumTopics, 'cardClassName' => "mt-24 profile-forum-topic"])
@if(!empty($hasMoreForumTopics))
{{ trans('update.load_more') }}
@endif
@else
@include('design_1.panel.includes.no-result',[
'file_name' => 'profile_forum.svg',
'title' => trans('update.user_profile_not_have_topics'),
'hint' => trans('update.user_profile_not_have_topics_hint'),
'extraClass' => 'mt-0',
])
@endif