@extends('layouts/main') @section('body') @include('layouts.navbar')

Forgot your password?


{{ __('No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.') }}
@if (session('status') == 'verification-link-sent')
{{ __('A new verification link has been sent to the email address you provided during registration.') }}
@endif
@csrf
@endsection