We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46ee2b commit 3f7e48eCopy full SHA for 3f7e48e
resources/views/studio/profile.blade.php
@@ -32,6 +32,21 @@
32
</form>
33
@endif
34
35
+<br><br><form action="{{ route('editProfile') }}" method="post">
36
+ @csrf
37
+ <div class="form-group col-lg-8">
38
+ <h4>Password</h4>
39
+ <input type="password" name="password" class="form-control" placeholder="At least 8 characters" required>
40
+ </div>
41
+ <button type="Change " class="mt-3 ml-3 btn btn-info">Change password</button>
42
+ </form>
43
+
44
45
+ <br><br><div class="form-group col-lg-8">
46
+ <h4>Role</h4>
47
+ <input type="text" class="form-control" value="{{ strtoupper($profile->role) }}" readonly>
48
49
50
@if(env('ALLOW_USER_EXPORT') != false)
51
<br><br><br>
52
<div class="form-group col-lg-8">
0 commit comments