resources/views/email-verified.blade.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ __('Email verified') }}</title>
</head>
<body>
<section class="section">
<div style="text-align:center">
<h1>
{{ __('Email verified') }}
</h1>
<p>
{{ __('Your account is already activated, go to the application to log in.') }}
</p>
</div>
</section>
</body>
</html>