@extends('layouts.main')
@section('title', $title)
@section('description', $description)
@section('main.content')
{{ $article->name }}
{!! $banners[1] ?? null !!}
{!! $article->text !!}
{!! $banners[2] ?? null !!}
@if($openapi_id)
@push('head')
@endpush
@endif
@overwrite