@extends('auth.auth_layout') @section('title') Forgot Password - HRMS @endsection @section('auth_content')
@include('partials.new_alerts')
@csrf
Logo

Forgot your password?

Enter your email and we'll send you instructions to reset your password.

Remember your password? Sign In
@include('auth.partials.hrms_content')
@include('auth.partials.footer')
@endsection @push('auth_js') @endpush