@extends("layouts.app") @section("content") <h1>Добавление публикации</h1> @include("forms.article_form") @endsection