@extends('layouts._includes.site.Header') @section('titulo', 'SGPEU') @section('conteudo')
post
@csrf
@error('email') {{ $message }} @enderror
@if (session('status')) @endif @if (session('forgot-password.user.false')) @endif @endsection