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

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

{{ __('Enter your email to get a password reset link') }}

@csrf {{ __('Email Address') }} {{ __('Reset Password') }} @if (Route::has('login')) @endif
@endsection