{{-- @extends('admin.layout.authentication') @section('title', 'Reset Password') @section('content')
Umaps

Reset password

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Know your password? Login
@stop --}} @extends('layout._auth') @section('body-content')
@csrf

New Password

Enter your new password.
{{--
--}}
{{--
Use 8 or more characters with a mix of letters, numbers & symbols.
--}}
Cancel
@endsection