@php $customizerHidden = 'customizer-hide'; $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Nova Senha - GestorNow') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
auth-new-password-cover auth-new-password-cover

Definir Nova Senha

Sua identidade foi verificada! Defina uma nova senha segura.

@if(session('error')) @endif
@csrf
@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror
@endsection