Files
opensem/resources/views/vendor/authentication-log/emails/new.blade.php
Ludovic CANDELLIER 36267139a1 [WIP] Setup of skeleton
2020-03-25 00:08:27 +01:00

15 lines
444 B
PHP

@component('mail::message')
# Hello!
Your {{ config('app.name') }} account logged in from a new device.
> **Account:** {{ $account->email }}<br>
> **Time:** {{ $time->toCookieString() }}<br>
> **IP Address:** {{ $ipAddress }}<br>
> **Browser:** {{ $browser }}
If this was you, you can ignore this alert. If you suspect any suspicious activity on your account, please change your password.
Regards,<br>{{ config('app.name') }}
@endcomponent