@extends('layouts.app') @section('title', 'Forgot Password') @section('content')

Freeman

REST API Client

Reset your password

Enter your email address and we'll send you a link to reset your password.

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror

Back to sign in

@endsection