-
History for {{ $asset->asset_tag }}
@if (count($asset->assetlog) > 0)
@@ -56,7 +55,7 @@ View Asset {{ $asset->asset_tag }} ::
Date |
Admin |
Action |
-
Asset |
+
User |
@@ -75,7 +74,7 @@ View Asset {{ $asset->asset_tag }} ::
@endif
{{ $log->action_type }} |
-
{{ $log->assetlog->name }} |
+
@if (isset($log->checkedout_to))
@@ -85,6 +84,15 @@ View Asset {{ $asset->asset_tag }} ::
|
@endforeach
+
+ |
+ {{ $asset->created_on }} |
+ {{ $asset->user_id }} |
+ asset created |
+ |
+
+
+
@else
@@ -105,30 +113,36 @@ View Asset {{ $asset->asset_tag }} ::
@if ((isset($asset->assigned_to ) && ($asset->assigned_to > 0)))
-
Checked Out To:
-
+
Checked Out To:
+
-  }})
- - {{ $asset->assetloc->address }}
- @if (isset($asset->assetloc->address2))
- - {{ $asset->assetloc->address2 }}
- @endif
- @if (isset($asset->assetloc->city))
- - {{ $asset->assetloc->city }}, {{ $asset->assetloc->state }} {{ $asset->assetloc->zip }}
- @endif
+  }})
+ - {{ $asset->assigneduser->fullName() }}
+ - {{ $asset->assetloc->address }}
- @if (isset($asset->assigneduser->email))
-
- {{ $asset->assigneduser->email }}
- @endif
- @if (isset($asset->assigneduser->phone))
- - {{ $asset->assigneduser->phone }}
- @endif
-
Checkin Asset
+ @if (isset($asset->assetloc->address2))
+ {{ $asset->assetloc->address2 }}
+ @endif
+
+
+ @if (isset($asset->assetloc->city))
+ - {{ $asset->assetloc->city }}, {{ $asset->assetloc->state }} {{ $asset->assetloc->zip }}
+ @endif
+
+ @if (isset($asset->assigneduser->email))
+
{{ $asset->assigneduser->email }}
+ @endif
+
+ @if (isset($asset->assigneduser->phone))
+ - {{ $asset->assigneduser->phone }}
+ @endif
+
+
Checkin Asset
@else
-
This asset is not currently assigned to anyone. You may check it into inventory using the button below, or mark it as
- lost/stolen using the menu above.
-
Checkout Asset
+
This asset is not currently assigned to anyone. You may check it into inventory
+ using the button below, or mark it as lost/stolen using the menu above.
+
Checkout Asset
@endif