## Greetings {{ $data["given_names"] }} {{ $data["surname"] }}, Your user account has been successfully created and the following is your login details: | Email | Password | | :-------------: | :-----------: | | {{ $data["email"] }} | {{ $data["password"] }} | You may use the credentials to login in at [{{ URL::to('login')}}]({{ URL::to('login') }})