diff --git a/resources/views/notifications/markdown/user-inventory.blade.php b/resources/views/notifications/markdown/user-inventory.blade.php index 207bc4c789..ec476cf039 100644 --- a/resources/views/notifications/markdown/user-inventory.blade.php +++ b/resources/views/notifications/markdown/user-inventory.blade.php @@ -9,7 +9,7 @@ ## {{ $assets->count() }} {{ trans('general.assets') }}
| {{ trans('mail.name') }} | {{ trans('mail.asset_tag') }} | {{ trans('admin/hardware/table.serial') }} | {{ trans('general.category') }} | ||
|---|---|---|---|---|---|
| {{ trans('mail.name') }} | {{ trans('mail.asset_tag') }} | {{ trans('admin/hardware/table.serial') }} | {{ trans('general.category') }} | {{ trans('admin/hardware/table.location') }} | {{ $asset->asset_tag }} | {{ $asset->serial }} | {{ $asset->model->category->name }} | +{{ ($asset->location) ? $asset->location->name : '' }} | @if (($snipeSettings->show_images_in_email =='1') && $asset->getImageUrl())
|