@include('auth.layouts.header')

Create New Password

Secure your account by setting a new password.

@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror

Back To Login !

@include('auth.layouts.footer')