@extends('form.app') @section('styles') @endsection @section('content') {{-- navbar --}} @include('content::page.form.navbar')
@csrf
@include('content::page.form.translates') @include('content::page.form.content')
@include('content::page.form.upload')
@if (!empty($config['seo']))
@include('mwz::seo.form')
@endif
@endsection @section('scripts') @endsection