@extends('layouts.app')
@section('title','Join our waiting list')
@section('meta')
@endsection
@section('header')
@include('front.partials.header')
@endsection
@section('content')
Join waiting list
Sign up today, and join the Reefolution.
@if(session()->has('success'))
Your application has been submitted successfully. Someone from our team will contact you soon
@endif
@if(session()->has('error'))
Something went wrong. Please try again or contact us.
@endif
@if(session()->has('msg_error'))
Something went wrong. Please try again or contact us.
@endif
{{-- @include('front.partials.who_we_worked_with') --}}
@include('front.partials.logos_square')
@include('front.partials.free_trial_black_bar')
@endsection
@section('footer')
@include('front.partials.footer')
@endsection