@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Upcoming Refresh','parentUrl' => '/report', 'parentTitle' => 'Reports'])
@include('reports.upcoming-refresh.partials.filter')
@include('partials.success') @include('partials.error-message')

Click to toggle table columns:

# Asset Tag # Serial # Asset Type Manufacturer Hardware Standard Asset Status User/Location Department Work Location Asset Age Depreciated Value Warranty End Date Created Date Last Modified Date Last Modified By
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.in_stock_computers'),'helpTitle'=>config('help-links.help_titles.in_stock_computers')]) @endsection @section('after_scripts') @include('reports.scripts.common') @include('reports.scripts.datatable-column-toggle-script'); @include('reports.scripts.filter-options-with-ajax') @include('reports.upcoming-refresh.scripts.script') @include('assets.partials.scripts.dropdown-script') @stop @section('help') @include('help.users') @endsection