@extends('layouts.auth') @section('title', 'Forgot Password | Infra24') @section('content')
Forgot Password?

Reset password with Infra24

@csrf
@error('email')
{{ $message }}
@enderror

Wait, I remember my password... Click here

@endsection