@extends('web.layouts.app') @section('title', __('contact.seo_title')) @section('wrapper-class', 'wp-page page-full-height wide') @section('contact_active', 'active') @section('extended_head') {!! NoCaptcha::renderJs() !!} @endsection @section('content') @include('web.layouts.header')
{{ __('contact.title') }}
@include('web.contact.form_contact')
@endsection @section('modals') @endsection @push('scripts') @endpush