@component('mail::message') # @lang('Hello!') @lang('There has been a failed login attempt to your :app account.', ['app' => config('app.name')]) > **@lang('Account:')** {{ $account->email }}
> **@lang('Time:')** {{ $time->toCookieString() }}
> **@lang('IP Address:')** {{ $ipAddress }}
> **@lang('Browser:')** {{ $browser }}
@if ($location && $location['default'] === false) > **@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,')
{{ config('app.name') }} @endcomponent