@extends('frontend.layouts.app_minimal')

@section('title', app_name() . ' | ' . __('labels.frontend.auth.register_box_title'))

@section('content')
    <div class="row justify-content-center align-items-center" style=" min-height: 75vh; ">
        <div class="col col-sm-8 align-self-center">
            <div class="text-center" style="font-size: small; font-weight: bold; text-justify: newspaper">
                <p>Thank you for registering your interest. We will be in touch shortly!</p>
            </div><!--card-header-->
        </div><!-- col-md-8 -->
    </div><!-- row -->
    {{--    <button type="button" class="btn btn-primary" data-toggle="modal" data-target=".bd-example-modal-lg">Large modal</button>--}}

@endsection
