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