@extends('layouts.main') @section('title', $title) @section('description', $description) @section('main.content')

{{ $article->name }}

{!! $article->text !!}
@if($openapi_id) @push('head') @endpush
@endif
@overwrite