Backend changes separating id from pilot_id
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@foreach($users as $u)
|
||||
<tr>
|
||||
<td style="padding-right: 10px;">
|
||||
<span class="title">{{ $u->pilot_id }}</span>
|
||||
<span class="title">{{ $u->ident }}</span>
|
||||
</td>
|
||||
<td>{{ $u->name }}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user