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') }} - + @foreach($assets as $asset) @@ -18,6 +18,7 @@ + @if (($snipeSettings->show_images_in_email =='1') && $asset->getImageUrl())
{{ 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 : '' }} Asset