@if (isset($recentArticles))

Recent Articles

    @foreach($recentArticles as $recentArticle)
  • true, 'border-b border-dashed border-gray-200' => !$loop->last ])> {{ $recentArticle->title }}
  • @endforeach
@endif @if (isset($recentTopics))

Recent Topics

    @foreach($recentTopics as $recentTopic)
  • true, 'border-b border-dashed border-gray-200' => !$loop->last ])> {{ $recentTopic->name }}
  • @endforeach
@endif