@extends('layouts.app') @section('title', 'My Profile & Security') @section('content')
@if(session('warning') || $user->must_change_password) @endif

User Profile & Security Settings

Manage personal information, language preferences, and security passwords.

Account Details

@csrf

Change Password

@csrf
@endsection