@extends('theme::layouts.app', ['title' => __('auth.Verify Email')]) @section('content')

@lang('auth.heading|Verify Your Email Address')

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

@if (session('resent'))

@lang('auth.A new verification link has been sent to your email address.')

@endif

@lang('auth.If you did not receive the email')

@csrf
@endsection