@extends('layouts.app') @section('content')
@if (session('resent'))
{{ __('A fresh verification link has been sent to your email address.') }}
@else

验证电子邮件地址

{{ __('Before proceeding, please check your email for a verification link.') }} {{ __('If you did not receive the email') }},
@csrf

我们将会删除超过 3 天没有验证邮箱的用户。

@endif
@endsection