@extends('layouts.auth') @section('page-title') {{ __('Verify Email') }} @endsection @section('language-bar')
@endsection @section('content')

{{ __('Verify Email') }}

{{ __('Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn\'t receive the email, we will gladly send you another.') }}
@if (session('status') == 'verification-link-sent')
{{ __('A new verification link has been sent to the email address you provided during registration.') }}
@elseif(session('status') == 'verification-link-not-sent')
{{ __("Oops! We encountered an issue while attempting to send the email. It seems there's a problem with the mail server's SMTP (Simple Mail Transfer Protocol). Please review the SMTP settings and configuration to resolve the problem.") }}
@endif
@csrf
@csrf
@endsection @push('custom-scripts') @endpush