@extends('front.layouts.master') @section('title', 'Account Verification') @section('content')

{{ translate('Account Verification') }}!

@csrf

Verify Your Email Address

{{ translate('A verification email has been sent to your email') }}{{ Request::get('email') }}
{{ translate('Please check your email and click the link provided in the email to complete your account verification') }}.
{{ __('If you did not receive the email') }}

{{ translate('Back To') }} {{ translate('Login') }}

@endsection