@extends('layouts.admin') @section('title', 'Update User Password') @section('content')
Update Password - {{ $user->name }}
Note: Yahan se aap kisi bhi user ka password update kar sakte ho. User ko naya password de dijiye.
@csrf
Minimum 6 characters. Database me hashed password store hoga.
Cancel
@endsection