@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 .'' ]) !!}
{{ __("If you did not receive the email, click the button to resend.") }}
{{ __("If you registered with wrong email address, update it now.") }}