@extends('layouts.app') @section('title','Start your free 7 day trial') @section('meta') @endsection @section('header') @include('front.partials.header') @endsection @section('content')
#

7 day free trial

Sign up today, and join the Reefolution.

{{-- @if(session()->has('success')) Thanks for starting your 7 day trial. Please check your email (and spam) to complete your sign up. @endif --}} @if(session()->has('error')) Something went wrong. Please try again or contact us. @endif @if(session()->has('email_error')) Error. You already have an account with this email.
Please login here. @endif @if(session()->has('msg_error')) Something went wrong. Please try again or contact us. @endif
@csrf

*Required fields.

@if(env('GOOGLE_RECAPTCHA_KEY'))

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

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