@extends('layouts.app', ['class' => 'main-content-has-bg']) @section('content') @include('layouts.headers.guest')
{{ __tr('Verify Your Email Address') }}
@if (session('resent')) @endif {{ __tr('Before proceeding, please check your email for a verification link.') }} @if (Route::has('verification.resend')) {{ __tr('If you did not receive the email') }}, {{ __tr('click here to request another') }} @endif
@endsection