{{ __('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
@extends('customer_panel.knowledge_base.template') @section('title', __('form.search_result')) @section('knowledge_base_content')