Add additional settings; Use pilot id length from setting
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<img src="{!! $pirep->pilot->gravatar() !!}" />
|
||||
</div>--}}
|
||||
Filed By: <a href="{!! route('admin.users.edit', [$pirep->pilot->id]) !!}" target="_blank">
|
||||
{!! $pirep->pilot->pilot_id() !!} {!! $pirep->pilot->name !!}
|
||||
{!! $pirep->pilot->pilot_id !!} {!! $pirep->pilot->name !!}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
<table>
|
||||
@foreach($users as $u)
|
||||
<tr>
|
||||
<td style="padding-right: 10px;">{!! $u->pilot_id() !!}</td>
|
||||
<td style="padding-right: 10px;">{!! $u->pilot_id !!}</td>
|
||||
<td><span class="description">{!! $u->name !!}</span></td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
||||
Reference in New Issue
Block a user