@extends('orchestra/foundation::emails.layouts.action') @set_meta('title', 'Your New Account') @section('content')
Hello {{ $user['fullname'] }},
Thank you for registering with us, in order to login please use the following:

E-mail Address: {{ $user['email'] }}

Password: {{ $password }}

— {{ memorize('site.name') }}
@stop @section('footer')
@overwrite