mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-02 20:27:05 +01:00
update studio edit profile blade
This commit is contained in:
parent
3c2f555df5
commit
c95db56a40
@ -8,7 +8,7 @@
|
||||
@csrf
|
||||
@foreach($profile as $profile)
|
||||
<div class="form-group col-lg-8">
|
||||
<label>Username</label>
|
||||
<label>Name</label>
|
||||
<input type="text" class="form-control" name="name" value="{{ $profile->name }}">
|
||||
</div>
|
||||
<div class="form-group col-lg-8">
|
||||
@ -17,7 +17,11 @@
|
||||
</div>
|
||||
<div class="form-group col-lg-8">
|
||||
<label>Password</label>
|
||||
<input type="password" name="password" class="form-control">
|
||||
<input type="password" name="password" class="form-control" placeholder="if empty, password will blank">
|
||||
</div>
|
||||
<div class="form-group col-lg-8">
|
||||
<label>Role</label>
|
||||
<input type="text" class="form-control" value="{{ strtoupper($profile->role) }}" readonly>
|
||||
</div>
|
||||
<button type="submit" class="mt-3 ml-3 btn btn-info">Submit</button>
|
||||
@endforeach
|
||||
|
Loading…
x
Reference in New Issue
Block a user