@extends('layouts.app') @section('title','Creating the third workspace. Contact us') @section('meta') @endsection @section('header') @include('front.partials.header') @endsection @section('content')
#

Send us a message

@if(session()->has('error')) Something went wrong. Please try again @endif {{-- @if(session()->has('success')) Message sent! @endif --}} {{-- @if(session('success')) {{session('success')}} @endif --}}
@csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('company')) {{ $errors->first('company') }} @endif
@if($errors->has('phone')) {{ $errors->first('phone') }} @endif

*Required fields.

@if(env('GOOGLE_RECAPTCHA_KEY'))

@if($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif

@endif
{{--
--}}
@include('front.partials.free_trial_black_bar') @endsection @section('footer') @include('front.partials.footer')
@endsection @push('modals') @endpush @push('scripts') @if(session()->has('success')) @endif @endpush