@extends('email.layouts.master') @section('content')
Security Shield

Security Alert

Hello {{ ucfirst($username) }},

{{ $message_body ?? 'We noticed a recent change to your account security settings.' }}

{{ $title ?? 'Security Event' }}
{{ $ip_address ?? 'Unknown' }}
{{ date('d M Y, h:i A') }}
{{ $device ?? 'Unknown Device' }}

If you initiated this action, no further action is required.

Did not authorize this?
Please contact support immediately or change your password to secure your account.
Contact Support
@endsection