#32 Cleanup of subfleet edit and linked from the aircraft screen

This commit is contained in:
Nabeel Shahzad
2017-07-02 15:11:27 -05:00
parent 9dc880d7d3
commit ddc2ed4d89
7 changed files with 55 additions and 34 deletions

View File

@@ -11,7 +11,9 @@
<tr>
<td>
@if($ac->subfleet_id)
<a href="{!! route('admin.subfleets.edit', [$ac->subfleet_id]) !!}">
{!! $ac->subfleet->name !!}
</a>
@else
-
@endif