@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['country_name'], 'Unknown Country' }}
@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