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

Forgot password

Enter your email address and your password will be reset and emailed to you.

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