#2790

Hello

Thank you for sorting this out, to fix this issue, please go to file /root/resources/views/theme/user_create.blade.php

Line number 51

Changed line <form action="{{route('user.store')}}" class="form-validate" novalidate>

With below one

<form action="{{route('user.store')}}" class="form-validate" method="post" novalidate>

Hope it will fix the issue.

Best Regards