@extends('layouts.landing_page.master') @section('title', __('Verify your email address')) @push('styles') @endpush @section('content')
...

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

@if (session('resent')) @else
{{ __('Before proceeding, please check your email for a verification link.') }}
{{ __('If you did not receive the email, please check your spam or junk folder.') }}
{{ __('You can also request a new verification link below.') }}

Lost access to your email? {{ __('Update it now.') }}

@endif
@endsection @push('scripts') @endpush