@extends('layouts.auth_app') @section('title') Forgot Password @endsection @section('content')
Reset Password
@if (session('status'))
{{ session('status') }}
@endif
@csrf
Email
{{ $errors->first('email') }}
Send Reset Link
Recalled your login info?
Sign In
@endsection