@extends('layouts.login') @section('content')
@csrf

{{ __('Forgot Password?') }}

Enter your Registered Email to receive
the link to reset your password.
@if (session('status')) {{ session('status') }} @endif @if ($errors->has('email')) {{ $errors->first('email') }} @endif
Back to Login
@endsection