@extends('form.app') @section('styles') @endsection @section('content') {{-- navbar --}} @include('policy::policy.form.navbar')
Warning: Undefined variable $config in /newdata/stgdev/public_html/trisak.mwz/Modules/Policy/resources/views/policy/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/policy/index.blade.php on line 10
@csrf
@include('policy::policy.form.translates')
@include('policy::policy.form.setting')
@if (!empty($config['upload']['status']))
@include('policy::policy.form.upload')
@endif @if (!empty($config['seo']))
@include('mwz::seo.form')
@endif
@include('policy::policy.form.status')
@endsection @section('scripts') {{ module_vite('build-policy', 'resources/assets/js/policy.js') }} @endsection