@extends('layouts.docs') @section('section', translate('Knowledge base', 'knowledgebase')) @section('title', $category->name) @section('content')

{{ $category->name }} {{ $category->name }}

@if ($articles->count() > 0)
@foreach ($articles as $article)
{{ $article->title }}

{{ $article->short_description }}

@endforeach
{{ $articles->links() }} @else @include('partials.empty') @endif @endsection