Backend changes separating id from pilot_id

This commit is contained in:
Nabeel Shahzad
2019-07-16 13:54:14 -04:00
parent 454776ecd4
commit 3e1d9080df
21 changed files with 454 additions and 34 deletions

View File

@@ -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>