Fix the route() calls for L6

This commit is contained in:
Nabeel Shahzad
2019-09-13 18:20:50 -04:00
parent 0c89d36a16
commit 52332c250b
16 changed files with 27 additions and 30 deletions

View File

@@ -35,7 +35,7 @@
<table class="table table-hover">
<tr>
<td>Pilot</td>
<td><a href="{{ route('admin.users.show', ['id' => $pirep->pilot->id]) }}"
<td><a href="{{ route('admin.users.show', [$pirep->pilot->id]) }}"
target="_blank">{{ $pirep->user->name }}</a>
</td>
</tr>