@extends('form.app') @section('styles') @endsection @section('content') {{-- navbar --}} @includeIf('policy::policy.form.navbar')
@csrf
@includeIf('policy::policy.form.translates')
{{--
@includeIf('policy::policy.form.setting')
--}}
@if (!empty($config['seo']))
@includeIf('mwz::seo.form')
@endif
@includeIf('policy::policy.form.status')
@endsection @section('scripts') {{ module_vite('build-policy', 'resources/assets/js/policy.js') }} @endsection