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

Set Your Password

Please enter a new password for your new account.

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