@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