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

Set a New Password.

Choose a strong password to secure your account.

@if (session('error'))
{{ session('error') }}
@endif
{!! csrf_field() !!}
radio_button_unchecked 6+ characters
radio_button_unchecked Uppercase letter
radio_button_unchecked Number
radio_button_unchecked Special character
@if ($errors->has('password'))

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

@endif
@endsection