@extends('form.app') @section('styles') @endsection @section('content') {{-- navbar --}} @include('content::page.form.navbar')
Warning: Undefined variable $config in /newdata/stgdev/public_html/trisak.mwz/Modules/Content/resources/views/page/form.blade.php on line 11

Warning: Trying to access array offset on null in /newdata/stgdev/public_html/trisak.mwz/Modules/Content/resources/views/page/form.blade.php on line 11
@csrf
@include('content::page.form.translates') @include('content::page.form.content')
@if (!empty($config['upload']['status']))
@include('content::page.form.upload')
@endif @if (!empty($config['seo']))
@include('mwz::seo.form')
@endif
@endsection @section('scripts') {{ module_vite('build-content', 'resources/assets/js/page.js') }} @endsection