@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')) @endif @if (session('error')) @endif
@csrf
@if ($errors->has('vEmail')) {{ $errors->first('vEmail') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif

@endsection