@extends('layouts.guest') @section('content') @if (session('status')) @endif
@csrf

{{ __('Forgot password') }}

{{ __('Enter your email address and your password will be reset and emailed to you.') }}

@error('email')
{{ $message }}
@enderror
@if (Route::has('login'))
{{ __('Already have account?') }} {{ __('Sign in') }}
@endif @endsection