@extends('emails.layout') @section('content')
New login detected
Hello{{ isset($user) && !empty($user->name) ? ' ' . (is_string($user->name) ? $user->name : '') : '' }},

We noticed a new sign-in to your account. If this was you, no action is needed.
Date & Time
{{ $loginAt ?? '' }}
IP Address
{{ $ip ?? 'Unknown' }}
Device / Browser
{{ $userAgent ?? 'Unknown' }}
Location
Approximate based on IP
If this wasn't you, please secure your account immediately.
Review security settings
Tips to keep your account safe:
@endsection