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

Reset Your Password

Please enter a new password for your account.

@error('password') {{ $message }} @enderror
@error('confirm_password') {{ $message }} @enderror
Remember your password? Sign In
@include('auth.partials.hrms_content')
@include('auth.partials.footer')
@endsection @push('auth_js') @endpush