@extends('form.app') @section('styles') @endsection @section('content') {{-- navbar --}} @include('contact::subject.form.navbar')
@csrf
@include('contact::subject.form.translates')
@if (!empty($config['seo']))
@include('mwz::seo.form')
@endif
@include('contact::subject.form.status')
@endsection @section('scripts') @endsection