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

{{ $article->title }}

{!! $article->body !!}
@endsection