@extends('mail.account.layout') @section('title', 'Email Confirmation') @section('tr1')

You are receiving this email because we received a registration request and you must confirm your email before it's completed.

@endsection @section('tr2') CONFIRM @endsection @section('tr3')

If you did not register on our website no further action is required from you. Your email address will be removed from our database in a few days if left unconfirmed

@endsection @section('small-print') If you’re having trouble clicking the "Confirm" button, copy and paste the URL below into your web browser:
{{ url('/register/confirm')}}/{{$user->token}} @endsection