@extends('layouts.auth') @section('title', __('Verify Email')) @section('subtitle', __('One last step to activate your account')) @section('content')

{{ __('Thanks for signing up! We\'ve sent a verification link to your email. Please click the link to verify your account.') }}

@if (session('status') == 'verification-link-sent')

{{ __('A new verification link has been sent to your email address.') }}

@endif
@csrf
@csrf
@endsection @section('footer_links')

{{ __('Didn\'t receive the email?') }} {{ __('Check your spam folder or resend above.') }}

@endsection @section('additional_info') 📧 Email Verification Required @endsection