@if (@count($knowledgebase ?? []) > 0) @include('pages.knowledgebase.components.table.ajax')
@include('misc.load-more-button')
@endif @if (@count($knowledgebase ?? []) == 0) @include('notifications.no-results-found') @endif