Notify admin of new user registration

This commit is contained in:
Nabeel Shahzad
2017-12-30 20:39:17 -06:00
parent d943d9bbff
commit 778780f3f2
4 changed files with 55 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
@component('mail::message')
A new user has signed up!
Name: {!! $user->name !!}!
Email: {!! $user->email !!}
State: {!! PilotState::label($user->state) !!}
{{ config('app.name') }}
@endcomponent