Files
phpvms/resources/views/mail/admin/user/registered.blade.php
Nabeel S 7ace8bccd6 Use Notification/Notifiable (#379)
* Add migrations for notifiables

* Configure spatie-backup to run as part of cron

* Convert Mailer to Notification; add pirep notifications

* Styling
2019-08-30 15:59:17 -04:00

10 lines
190 B
PHP

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