@extends('digitalmenu::layouts.guest') @section('title', 'Forgot Password - VEMBERS - Digital Menu') @section('content')
Account Recovery

Forgot Your Password?

Enter your username and we'll send a password reset link to the email address on your account.

@if (session('status'))
{{ session('status') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
{!! csrf_field() !!}
@if ($errors->has('username'))

{{ $errors->first('username') }}

@endif
@endsection