@extends('public.layouts.default') @section('title') | Generate New Password @endsection @section('content')

generate new password

Rydeus

Generate Your Password

@csrf
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection