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