Feature: Added category to asset checkin email
This commit is contained in:
parent
61eff02fcb
commit
4304af0508
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
|||
@if (($item->name!=$item->asset_tag))
|
||||
| **{{ trans('mail.asset_tag') }}** | {{ $item->asset_tag }} |
|
||||
@endif
|
||||
@if (isset($item->model->category))
|
||||
| **{{ trans('general.category') }}** | {{ $item->model->category->name }} |
|
||||
@endif
|
||||
@if (isset($item->manufacturer))
|
||||
| **{{ trans('general.manufacturer') }}** | {{ $item->manufacturer->name }} |
|
||||
@endif
|
||||
|
|
Loading…
Add table
Reference in a new issue