@extends('layouts.guest') @section('title', 'Nova senha - ERP-PLUS') @section('content')
MF
ERP-PLUS
Crie sua nova senha de acesso.
@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection