@extends('form.app') @section('styles') @endsection @section('content') @include('mwz::tag.form.navbar')
@csrf
@include('mwz::tag.form.field')
@include('mwz::tag.form.status')
@endsection @section('scripts') {{ module_vite('build-mwz', 'resources/assets/js/tag.js') }} @endsection