@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Computers By Age', 'parentUrl' => '/report', 'parentTitle' => 'Reports'])
@include('reports.computer-by-age.partials.computer-by-age-filter')
@include('partials.success') @include('partials.error-message')

Click to toggle table columns:

# Asset Tag # Serial # Hardware Standard Technical Specs User / Location User Work Location Asset Status Date Created Asset Age
@stop @section('after_scripts') @include('reports.scripts.common') @include('reports.scripts.datatable') @include('reports.scripts.datatable-column-toggle-script') @include('reports.computer-by-age.scripts.computer-by-age') @stop