@extends('layouts.docs') @section('section', translate('Knowledge base', 'knowledgebase')) @section('title', translate('Articles', 'knowledgebase')) @section('content')
{{ $article->short_description }}
@foreach ($article->categories as $category) {{ $category->name }} @endforeach