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

View file

@ -75,10 +75,16 @@
<div class="table-responsive" style="margin-top: 10px;">
<table class="table">
<tbody>
@if ($asset->company)
@if ($asset->company)
<tr>
<td>{{ trans('general.company') }}</td>
<td>{{ $asset->company->name }}</td>
</tr>
@endif
@if ($asset->name)
<tr>
<td>{{ trans('general.company') }}</td>
<td>{{ $asset->company->name }}</td>
<td>{{ trans('admin/hardware/form.name') }}</td>
<td>{{ $asset->name }}</td>
</tr>
@endif
@if ($asset->serial)