@extends('packer.layouts.master') @section('title', 'Change User Password') @section('content')

{{ __('Admin Change User Password') }}

{{ __('Change Password') }}

@csrf
@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif
@endsection