diff --git a/resources/views/settings/security/2fa/partial/disabled-panel.blade.php b/resources/views/settings/security/2fa/partial/disabled-panel.blade.php new file mode 100644 index 000000000..9c1f1be14 --- /dev/null +++ b/resources/views/settings/security/2fa/partial/disabled-panel.blade.php @@ -0,0 +1,18 @@ +
+ +
++ Two factor authentication is not enabled yet. +
++ Two-factor authentication adds an additional layer of security to your account by requiring more than just a password to log in. Learn more. +
+ +Two-factor authentication adds an additional layer of security to your account by requiring more than just a password to log in. Learn more.
+No activity logs found!
+ @endif + @foreach($activity as $log) ++ IP Address: + + {{$log->ip_address}} + +
++ User Agent: + + {{$log->user_agent}} + +
+