@extends('layouts.app') @section('title', __('Profile & security')) @section('page-title', __('Profile & security')) @section('page-subtitle', __('Manage how you sign in and how the app looks.')) @section('content')
{{ auth()->user()->email }}
{{ __('Update your name and email.') }}
{{ __('Light, dark, or follow system.') }}
{{ __('Use a long, unique passphrase.') }}
{{ __('Add an extra layer of security with a TOTP app.') }}
{{ implode("\n", json_decode(decrypt(auth()->user()->two_factor_recovery_codes), true) ?? []) }}