@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'User']) @include('file-exports.partials.file-exports-submenu',['report_type' => 'user_report'])
@include('users.partials.filters')
@include('partials.success') @include('partials.error') @include('partials.error-message') @include('partials.sync-messages')
# First Name Last Name Email Title Employee Id User Type Teqtivity Role Start Date Department Work Location Country Employment Status Termination date # of assets
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.users'),'helpTitle'=>config('help-links.help_titles.users')]) @endsection @section('after_scripts') @include('users.scripts') @stop