@extends('admin.layout') @section('title', 'Profile Settings') @section('page-title', 'Profile Settings') @section('page-subtitle', 'Manage your account information, security settings, and preferences') @section('breadcrumb') Admin / Profile @endsection @push('header-actions') @endpush @section('content')
Profile Avatar

{{ auth()->user()->name }}

{{ auth()->user()->email }}

System Administrator

Personal Information
Update your basic profile information
Change Password
Update your account password
Two-Factor Authentication
Add an extra layer of security
{{ (auth()->user()->two_factor_enabled ?? false) ? 'Enabled' : 'Disabled' }}
{{ (auth()->user()->two_factor_enabled ?? false) ? 'Your account is protected with 2FA' : 'Enable 2FA for better security' }}
Notification Preferences
Choose how you want to be notified
Email Notifications
Receive notifications via email
Push Notifications
Receive browser push notifications
SMS Notifications
Receive notifications via SMS
Application Preferences
Customize your application experience
Active Sessions
Manage your login sessions across devices
@endsection @push('styles') @endpush @push('scripts') @endpush