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

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