@extends('layouts.app') @section('title', 'Profile') @push('css') @include('panel.inc.filepond.css') @endpush @section('content')
{{ __('Update your account\'s profile information and email address.') }}
{{ __('Ensure your account is using a long, random password to stay secure.') }}
{{ __('Add additional security to your account using two factor authentication.') }}
{{ __('When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone\'s Google Authenticator application.') }}
@if(auth()->user()->two_factor_enabled){{ __('Two factor authentication is now enabled. Scan the following QR code using your phone\'s authenticator application.') }}
{{ __('Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.') }}
{{ __('Manage and logout your active sessions on other browsers and devices.') }}
{{ __('If necessary, you may logout of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.') }}
@foreach($sessions as $session)--}} {{-- Permanently delete your account.--}} {{--
--}} {{--