{{ __('form.search_result') }} ( {{ $result->total() }} )


@include('customer_panel.knowledge_base.loop.articles_list_with_excerpt', ['articles' => $result ]) {{ $result->links() }} @if($result->total() == 0) @lang('form.no_record_found') @endif