Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Added PilotID
Browse files Browse the repository at this point in the history
  • Loading branch information
BossOfGames committed Nov 18, 2017
1 parent f1a32e1 commit 364857e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/views/admin/users/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
<label>Email address</label>
<input type="text" class="form-control" name="email" value="{{ $user->email }}">
</div>
<div class="form-group">
<label>Pilot ID</label>
<input type="text" name="pilotid" class="form-control" value="{{ $user->pilotid }}" placeholder="0001">
</div>
<div class="form-group">
<label>VATSIM ID</label>
<input type="text" class="form-control" name="vatsim" value="{{ $user->vatsim }}">
Expand All @@ -59,6 +63,7 @@
<label>Avatar URL</label>
<input type="text" class="form-control" name="avatar_url" value="{{ $user->avatar_url }}">
</div>

{{ csrf_field() }}
{{ method_field('PUT') }}
<button type="submit" class="btn btn-primary">Update</button>
Expand Down

0 comments on commit 364857e

Please sign in to comment.