{{--
{{ __('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.') }}
@endif
@csrf
{{ __('Resend Verification Email') }}
@csrf
--}} @extends('layouts.app') @push('style') @endpush @section('content')

Verify Your Email

Thanks for signing up! Please verify your email by clicking the link we sent to your email address. If you didn’t receive it, you can request another one.

@if (session('status') == 'verification-link-sent')
A new verification link has been sent to your email.
@endif
@csrf
@csrf
@endsection @push('script') @endpush