@extends('layouts.default') @section('content')

Username and/or password change for [ {{ $user->username }} ]

@csrf @method('PATCH')

username:

Current password:

New password:

Confirm new password:




@endsection