@extends('panel::layouts.app') @section('body-class', 'page-article-form') @section('title', __('panel/menu.articles')) @push('header') @endpush @section('content')
@csrf @method($article->id ? 'PUT' : 'POST')
@include('panel::articles.panes.tab_pane_basic', $article) @include('panel::articles.panes.tab_pane_content', $article) @include('panel::articles.panes.tab_pane_extra', $article) @include('panel::articles.panes.tab_pane_seo', $article) @include('panel::articles.panes.tab_pane_related_articles', $article) @include('panel::articles.panes.tab_pane_related_products', $article) @hookinsert('panel.article.edit.tab.pane.bottom')
@endsection @push('footer') @endpush