@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Active Users with No Assets Assigned','parentUrl' => '/report', 'parentTitle' => 'Reports'])
@include('reports.active-users-with-no-assets.partials.filters')
@include('partials.success') @include('partials.error-message')

Click to toggle table columns:

# User Email Work Location Manager Name Manager Email Department Start Date User Status
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.user_reports'),'helpTitle'=>config('help-links.help_titles.user_reports')]) @endsection @section('after_scripts') @include('reports.scripts.common') @include('reports.scripts.datatable-column-toggle-script'); @include('reports.active-users-with-no-assets.scripts.script') @stop @section('help') @include('help.users') @endsection