@extends("layouts.app") @section("content") <h1>Редактирование публикации</h1> @include("forms.article_form", ["article" => $article]) @endsection