@extends('layouts.auth') @section('content')
@if (session('status') == 'verification-link-sent')
{{ __('A new verification link has been sent to the email address you provided during registration.') }}
@endif

{{__("Verify your email address")}}

{{ __("A verification email has been sent to your email address. Click the confirm link provided in the email. If you didn't receive the email, we will gladly send you another.") }}

@endsection