Merge pull request #11676 from snipe/fixes/added_category_to_model_info

Adds the category in the side info on Models > View
This commit is contained in:
snipe
2022-08-14 14:03:09 -07:00
committed by GitHub
+6
View File
@@ -221,6 +221,12 @@
<ul class="list-unstyled" style="line-height: 25px;">
@if ($model->category)
<li>{{ trans('general.category') }}:
<a href="{{ route('categories.show', $model->category->id) }}">{{ $model->category->name }}</a>
</li>
@endif
@if ($model->manufacturer)
<li>
{{ trans('general.manufacturer') }}: