@extends('layouts.landing_page.master') @section('title', __('Verify your email address')) @push('styles') @endpush @section('content') {{ __('Verify your email address') }} @if (session('resent')) {{__('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, please check your spam or junk folder.') }} {{ __('You can also request a new verification link below.') }} {!! renderIconHtml('link') !!}Resend Link Lost access to your email? {{ __('Update it now.') }} @endif {{ __('New email') }} {!! renderIconHtml('link') !!}{{ __('Change email & send link') }} {!! renderIconHtml('back') !!}{{ __('Back') }} @endsection @push('scripts') @endpush
Lost access to your email? {{ __('Update it now.') }}
{!! renderIconHtml('back') !!}{{ __('Back') }}