generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from rappasoft/develop
v1.3.0
- Loading branch information
Showing
7 changed files
with
48 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
@component('mail::message') | ||
# @lang('Hello')! | ||
# @lang('Hello!') | ||
|
||
@lang('There has been a failed login attempt to your :app account.', ['app' => config('app.name')]) | ||
|
||
> **@lang('Account'):** {{ $account->email }}<br/> | ||
> **@lang('Time'):** {{ $time->toCookieString() }}<br/> | ||
> **@lang('IP Address'):** {{ $ipAddress }}<br/> | ||
> **@lang('Browser'):** {{ $browser }}<br/> | ||
> **@lang('Account:')** {{ $account->email }}<br/> | ||
> **@lang('Time:')** {{ $time->toCookieString() }}<br/> | ||
> **@lang('IP Address:')** {{ $ipAddress }}<br/> | ||
> **@lang('Browser:')** {{ $browser }}<br/> | ||
@if ($location && $location['default'] === false) | ||
> **@lang('Location'):** {{ $location['city'] ?? __('Unknown City') }}, {{ $location['state'], __('Unknown State') }} | ||
> **@lang('Location:')** {{ $location['city'] ?? __('Unknown City') }}, {{ $location['state'], __('Unknown State') }} | ||
@endif | ||
|
||
@lang('If this was you, you can ignore this alert. If you suspect any suspicious activity on your account, please change your password.') | ||
|
||
@lang('Regards'),<br/> | ||
@lang('Regards,')<br/> | ||
{{ config('app.name') }} | ||
@endcomponent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
@component('mail::message') | ||
# @lang('Hello')! | ||
# @lang('Hello!') | ||
|
||
@lang('Your :app account logged in from a new device.', ['app' => config('app.name')]) | ||
|
||
> **@lang('Account'):** {{ $account->email }}<br/> | ||
> **@lang('Time'):** {{ $time->toCookieString() }}<br/> | ||
> **@lang('IP Address'):** {{ $ipAddress }}<br/> | ||
> **@lang('Browser'):** {{ $browser }}<br/> | ||
> **@lang('Account:')** {{ $account->email }}<br/> | ||
> **@lang('Time:')** {{ $time->toCookieString() }}<br/> | ||
> **@lang('IP Address:')** {{ $ipAddress }}<br/> | ||
> **@lang('Browser:')** {{ $browser }}<br/> | ||
@if ($location && $location['default'] === false) | ||
> **@lang('Location'):** {{ $location['city'] ?? __('Unknown City') }}, {{ $location['state'], __('Unknown State') }} | ||
> **@lang('Location:')** {{ $location['city'] ?? __('Unknown City') }}, {{ $location['state'], __('Unknown State') }} | ||
@endif | ||
|
||
@lang('If this was you, you can ignore this alert. If you suspect any suspicious activity on your account, please change your password.') | ||
|
||
@lang('Regards'),<br/> | ||
@lang('Regards,')<br/> | ||
{{ config('app.name') }} | ||
@endcomponent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters