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