File manager - Edit - /var/www/payraty/hris/resources/views/auth/reset-password.blade.php
Back
@extends('layouts.auth') @section('page-title') {{ __('Reset Password') }} @endsection @section('content') <div class="card-body"> <div> <h2 class="mb-3 f-w-600">{{ __('Reset Password') }}</h2> @if (session('status')) <div class="alert alert-primary"> {{ session('status') }} </div> @endif </div> <div class="custom-login-form"> <form method="POST" action="{{ route('password.update') }}" class="needs-validation" novalidate=""> @csrf <input type="hidden" name="token" value="{{ $request->route('token') }}"> <div class="form-group mb-3"> <label class="form-label">{{ __('Email') }}</label> <input id="email" type="email" class="form-control @error('email') is-invalid @enderror" name="email" placeholder="{{ __('Enter your email') }}" required autofocus autocomplete> @error('email') <span class="error invalid-email text-danger" role="alert"> <small>{{ $message }}</small> </span> @enderror </div> <div class="form-group mb-3 pss-field"> <label class="form-label">{{ __('Password') }}</label> <input id="password" type="password" class="form-control @error('password') is-invalid @enderror" name="password" placeholder="{{ __('Password') }}" required autocomplete="password" autofocus> @error('password') <span class="error invalid-password text-danger" role="alert"> <small>{{ $message }}</small> </span> @enderror </div> <div class="form-group mb-3 pss-field"> <label class="form-label">{{ __('Confirm password') }}</label> <input id="password-confirm" type="password" class="form-control @error('password') is-invalid @enderror" name="password_confirmation" placeholder="{{ __('Password') }}" required autocomplete="password" autofocus> @error('password_confirmation') <span class="error invalid-password_confirmation text-danger" role="alert"> <small>{{ $message }}</small> </span> @enderror </div> <div class="d-grid"> <button class="btn btn-primary mt-2" type="submit"> {{ __('Reset Password') }} </button> </div> </form> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings