@extends('layouts.guest')
@section('title', 'Recuperar senha - ERP-PLUS')
@section('content')
MF
ERP-PLUS
Informe seu e-mail para receber o link de redefinicao.
@if (session('status'))
{{ session('status') }}
@endif
@if ($errors->any())
{{ $errors->first() }}
@endif
@endsection