@extends('laravel-authentication-acl::client.layouts.base-fullscreen') @section ('title') Registration completed @stop @section('content')
@if($errors->has('token'))

Oops, something went wrong: the token is invalid

@elseif($errors->has('email'))

Oops, something went wrong: the email is invalid

@else

Congratulations, you successfully registered to {!! Config::get('acl_base.app_name') !!}

Your email has been confirmed. Now you can login to the website using the {!! link_to('/login','Following link') !!}

@endif
@stop