@extends('front.layouts.master') @section('content')

@lang('front.Verify Your Email')

@lang('front.Before proceeding, please check your email for a verification link.')

@if (session('resent')) @endif

@lang('front.We have sent a verification link to:')

{{ Auth::user()->email }}
1 @lang('front.Check your email inbox')
2 @lang('front.Click the verification link')
3 @lang('front.Complete your registration')
@csrf
@endsection