@extends('Layout.base') @section('title', 'Users') @section('titleLink', '/users') @section('content')

Update User

Update user's profile information and email address.

@csrf @method('patch')
active ? "checked" : "")) }}>

Change Password

You can update user's password .

@csrf @method('patch')
@endsection