@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Not Checking In - Not Managed & Deployed', 'parentUrl' => '#', 'parentTitle' => 'Discovery Tools', 'parentSubUrl' => '#', 'parentSubTitle' =>'Workspace ONE']) @include('discovery-tools.workspace-one.submenu') @php $editPermission = config('permission.edit_permissions.it_assets_edit'); @endphp
@include('discovery-tools.workspace-one.filters.not-checking-in-not-managed')
@include('discovery-tools.workspace-one.partials.workspace-one-common-table-top')
@include('partials.success') @include('partials.error-message')

Click to toggle table columns:

ID Serial # Asset Type Manufacturer Hardware Standard Asset Location Asset Status User User Status User Department User Work Location Host Name MAC Address IMEI Carrier Carrier Country Last Seen
# Serial # Asset Type Manufacturer Hardware Standard Asset Location Asset Status User User Status User Department User Work Location Host Name MAC Address IMEI Carrier Carrier Country Last Seen
@include('assets.partials.status-update-modals') @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.not_checking_in_not_managed_and_deployed'),'helpTitle'=>config('help-links.help_titles.not_checking_in_not_managed_and_deployed')]) @endsection @section('after_scripts') @include('discovery-tools.workspace-one.scripts.workspaceone-common-script') @include('discovery-tools.workspace-one.scripts.not-checking-in-not-managed') @include('assets.partials.scripts.search') @stop