@extends('layouts.app') @section('content')
{{ __('Check your email address') }}
@if (session('resent')) @endif {{ __('Before continuing, please click on the link in your account activation email.') }} {{ __('If you have not received the email in question, check your spam... or :a click here :aend to receive a new one', [ 'a' => '', 'aend' => '' ] )}}
@endsection