Password Reset

Fill with your mail to receive instructions on how to reset your password.

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

Remember your password? Log in.

@include("admin.temp.footer-script")