Skip to content

Commit 3f7e48e

Browse files
committed
Update profile.blade.php
1 parent b46ee2b commit 3f7e48e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

resources/views/studio/profile.blade.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,21 @@
3232
</form>
3333
@endif
3434

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+
@csrf
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+
</div>
49+
3550
@if(env('ALLOW_USER_EXPORT') != false)
3651
<br><br><br>
3752
<div class="form-group col-lg-8">

0 commit comments

Comments
 (0)