|
A new user has signed up and the admin team has been notified.
| Action |
{{ $action }} |
| |
| Actor |
{{ $actorName }} ({{ $actorRole }}) |
@if(!empty($details))
Signup Details
@foreach($details as $key => $value)
| {{ str_replace('_', ' ', (string) $key) }} |
{{ is_scalar($value) ? $value : json_encode($value) }} |
@endforeach
@endif
|