@extends('auth-base') @section('title', 'Reset Password') @section('content') @push('styles') @endpush
Logo

Reset Password

Enter your email and choose a new password

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

Minimum 8 characters, letters & numbers recommended

Remember your password? Sign in

Resend reset link?

Security Tip:

Choose a strong password that you haven't used before. After reset, you'll be able to access your account.

@endsection @push('scripts') @endpush