@extends('layouts.main') @section('content')
logo

{{ __('Forgot your password?') }}

{{ __('No problem. Just let us know your email address and we will email send you a password reset link that will allow you to choose a new one.') }}

{{ session('status') }}
@if ($errors->any())
{{ __('Whoops! Something went wrong.') }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection