Reset Password
@if(session()->has('message-success') != "") @if(session()->has('message-success'))

{{session()->get('message-success')}}

@endif @endif @if(session()->has('message-danger') != "") @if(session()->has('message-danger'))

{{session()->get('message-danger')}}

@endif @endif
@csrf
@if ($errors->has('new_password')) {{ $errors->first('new_password') }} @endif
@if ($errors->has('confirm_password')) {{ $errors->first('confirm_password') }} @endif

Copyright © 2019 All rights reserved | This application is made with by Codethemes