@extends('auth.layout') @section('content') Reset Password You are only one step a way from your new password, Reset your password now. @if (session('message')) {{ session('message') }} @endif @if (session('error')) {{ session('error') }} @endif @csrf E-Mail Address @if ($errors->has('vEmail')) {{ $errors->first('vEmail') }} @endif Invalid email format. Password @if ($errors->has('password')) {{ $errors->first('password') }} @endif Confirm Password @if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif Reset Password Login @endsection
You are only one step a way from your new password, Reset your password now.