@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Terminations']) @php $editPermission = 'IT Assets Edit'; @endphp
@include('partials.success') @include('partials.error-message') @include('settings.partials.success-message') @include('settings.partials.delete-message') @include('reports.partials.saved-searchs') @include('terminations.terms-report.filter.terms-report-filter')
@include('partials.sync-messages') Shipment Status Sync Export to CSV

Click to toggle table columns:

ID Employee ID Name Email Employee Type Department Work Location Legal Hold Terminated Date Outstanding Days Assets Uncollected Ticket # Ticket Status Tracking Number Shipment Status Comment
# Employee ID User Name Email Employee Type Department Work Location Legal Hold Termination Date Outstanding Days Assets Uncollected Ticket Number Ticket Status Tracking Number Shipment Status Comment
    @include('terminations.terms-report.modals.add-comment') @include('terminations.terms-report.modals.view-comment') @include('terminations.terms-report.modals.view-asset') @include('terminations.terms-report.modals.tracking-number') @include('assets.partials.status-update-modals') @include('terminations.terms-report.modals.update-asset') @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.terminations'),'helpTitle'=>config('help-links.help_titles.terminations')]) @endsection @section('after_scripts') @include('terminations.terms-report.scripts.terms-report-script') @include('assets.partials.scripts.search') @include('assets.partials.scripts.dropdown-script') @stop