@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'New Hires'])
@include('partials.success') @include('partials.error-message') @include('settings.partials.success-message') @include('settings.partials.delete-message') @include('reports.partials.saved-searchs') @include('reports.new-hire.filters.new-hire-employees-filter')
@include('partials.sync-messages') Manual Sync Shipment Status Sync Export to CSV

Click to toggle table columns:

ID First Name Last Name Email Title User Type Start Date Department Work Location Modified Date Modified By # of Assets Ticket # Ticket Status Tracking # Shipment Status
# First Name Last Name Email Title User Type Start Date Department Work Location Modified Date Modified By # of Assets Ticket # Ticket Status Tracking # Shipment Status Actions
@include('reports.new-hire.modals.asset-assign') @include('reports.new-hire.modals.assigned-assets') @include('reports.new-hire.modals.hardware-choices') @include('reports.new-hire.modals.tracking-number') @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.new_hire'),'helpTitle'=>config('help-links.help_titles.new_hire')]) @endsection @section('after_scripts') @include('reports.new-hire.scripts.new-hire-employees') @include('reports.new-hire.scripts.jira-sync') @stop