@extends('layouts.guest') @section('content')
{{ __('Thanks for signing up! Before getting started, ') }}
{{ __('could you verify your email address by clicking on the link we just emailed to you?') }}
{{ __('If you didn\'t receive the email, we will gladly send you another.') }}
@if (session('resent'))
{{ __('A new verification link has been sent to the email address you provided during registration.') }}
@endif
@csrf
@endsection