@if ($invalid)
{{ __('adminhub::auth.reset-password.invalid') }}

{{ __('adminhub::auth.reset-password.back_link') }}

@else
@csrf @if ($token)
$errors->has('password'), ])> $errors->has('password'), 'border-gray-200 dark:border-gray-700' => !$errors->has('password'), ]) />
@error('password') {{ $message }} @enderror
$errors->has('password_confirmation'), ])> $errors->has('password_confirmation'), 'border-gray-200 dark:border-gray-700' => !$errors->has( 'password_confirmation' ), ]) />
@error('password_confirmation') {{ $message }} @enderror
@endif @if (!$token)
$errors->has('email'), ])> $errors->has('email'), 'border-gray-200 dark:border-gray-700' => !$errors->has('email'), ]) />
@error('email') {{ $message }} @enderror
@endif
@endif