@extends('public') @section('content')

Email Address not confirmed

Your email address has not yet been confirmed.
Please click the link in the email that was sent shortly after you registered.
If you cannot find the email you can re-send the confirmation email by submitting the form below.


{!! csrf_field() !!}
@if(auth()->check()) @include('form/text', ['name' => 'email', 'model' => auth()->user()]) @else @include('form/text', ['name' => 'email']) @endif
@stop