@extends('layouts.app') @section('content')

Forgot your password?

Enter your email address and we'll send you a link you can use to pick a new password.

@if (session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
Go To Login
@endsection