@extends('auth.layouts.master') @section('title', __('Email Verification')) @section('content')
{!! __('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.") !!}
{{ __("If you registered with wrong email address, update it now.") }}