@extends('layouts.app') @section('title', 'Reset User Password') @section('content')

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

@csrf @method('POST')
@endsection