@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Not Checking In - Not Managed & Deployed','parentUrl' => '#', 'parentTitle' => 'Discovery Tools' , 'parentSubUrl' => '#', 'parentSubTitle' => 'Intune']) @include('discovery-tools.intune.submenu')
@include('discovery-tools.intune.partials.filters.not-checking-in-not-managed-filter')
@include('discovery-tools.intune.partials.intune-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
@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.intune.partials.scripts.intune-common-script') @include('discovery-tools.intune.partials.scripts.not-checking-in-not-managed') @stop