@extends('layouts.admin') @section('title', 'Change Password - ' . $user->name) @section('content')

Change Password for {{ $user->name }}

Back to User
@csrf

Changing password for: {{ $user->name }} ({{ $user->email }})

Password must be at least 8 characters long

Enter a password to check strength

Cancel
@endsection