@extends('form.app') @section('styles') @endsection @section('content') {{-- navbar --}} @include('content::category.form.navbar')
@csrf
@include('content::category.form.translates')
@include('content::category.form.upload')
@if (!empty($config['seo']))
@include('mwz::seo.form')
@endif
@if (count($locale) > 1) @endif @include('content::category.form.setting')
@endsection @section('scripts') {{ module_vite('build-content', 'resources/assets/js/category.js') }} @endsection