{{-- resources/views/auth/verify-email.blade.php --}} @extends('layouts.page') @section('title', 'Verify Email - PangoQ') @section('page-title', 'Verify your email') @section('page-subtitle', 'We\'ve sent you a verification link') @section('content')

Thanks for signing up!

Please verify your email address to start enjoying all PangoQ features.

{{ __('Before proceeding, please check your email for a verification link. If you didn\'t receive the email, we\'ll gladly send you another.') }}

@if (session('status') == 'verification-link-sent')
{{ __('A new verification link has been sent to your email address.') }}
@endif
@csrf
@csrf

Didn't receive an email? Check your spam folder or contact customer support for assistance.

@endsection