mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Add files via upload
This commit is contained in:
parent
e94b5ac435
commit
ab54ac9408
|
@ -50,6 +50,9 @@
|
|||
<li><b>{{ trans('general.asset_name') }} </b> {{ $asset->model->name }}</li>
|
||||
@endisset
|
||||
<li><b>{{ trans('general.asset_tag') }}</b> {{ $asset->asset_tag }}</li>
|
||||
@isset ($asset->notes)
|
||||
<li><b>{{ trans('general.notes') }}</b> {{ $asset->notes }}</li>
|
||||
@endisset
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue