@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 --}}
{{--
--}}
@include('front.partials.free_trial_black_bar')
@endsection
@section('footer')
@include('front.partials.footer')
@endsection
@push('modals')