@extends('auth.layouts.master') @section('title', __('Registration Complete')) @section('content')
{{ __('Thank you for signing up!') }}
{{ __('We just need you to verify your email address. Please check your inbox including spam folder for a verification mail.') }}
{{ __('Return to Login') }}