@extends('layouts.arte-sacra.theme') @section('title', 'Redefinir Senha') @section('content')

🔐 Redefinir sua Senha

@csrf
@error('new_password')
{{ $message }}
@enderror
@error('new_password_confirmation')
{{ $message }}
@enderror
@endsection