This commit is contained in:
snipe 2016-06-15 11:50:57 -07:00
parent 6253d41231
commit 1efa69e51f

View file

@ -80,6 +80,12 @@
<td>{{ trans('general.company') }}</td>
<td>{{ $asset->company->name }}</td>
</tr>
@endif
@if ($asset->name)
<tr>
<td>{{ trans('admin/hardware/form.name') }}</td>
<td>{{ $asset->name }}</td>
</tr>
@endif
@if ($asset->serial)
<tr>