@extends('eliteadmin::layouts.auth') @section('title', 'Reset Password') @section('brand_heading', 'Create a new password') @section('brand_description', 'Choose a strong password that you have not used before on this account.') @section('content')

Set new password

Your new password must be different from previously used passwords.

@csrf
@error('email')
{{ $message }}
@enderror
Must be at least 8 characters.
@error('password')
{{ $message }}
@enderror
@endsection