@extends('layouts.auth') @section('content')

{{__('Welcome to')}} {{ config('app.name') }}

@csrf
{{ __('Thank you for signing up with us! Before getting started, please verify your email address by typing the verification code we just emailed to you below.') }}
{{ __('Email Verification Code') }}
@error('verificationcode')

{{ $errors->first('verificationcode') }}

@enderror
{{ __('If you did not receive the email, we will gladly send you another one') }}
@endsection @section('js') @endsection