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

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