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

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