@extends('auth.layouts.master') @section('title', __('Email Verification')) @section('content')

{{ __('Verify your email address') }}

@include('auth.partials.error', ['class' => 'text-left'])

{!! __('Your email address (:mail) has not been verified yet! In order to start using your account, you need to confirm your email address first.', ['mail' => ''. $email .'' ]) !!}

{!! __("Please check your inbox and enter the verification code below to verify your email address and activate your account.") !!}

@csrf

{!! __("If the email doesn't arrive soon, check your :spam folder or have us :send.", ['spam' => ''.__("spam").'', 'send' => ''.__("send it again").'']) !!}

{{ __("If you registered with wrong email address, update it now.") }}

@csrf
@endsection @push('scripts') @endpush