@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'On Hand Asset Age', 'parentUrl' => '#', 'parentTitle' => 'Inventory Control'])
@include('reports.on-hand-asset-age.partials.filter')
@include('partials.success') @include('partials.error-message')

Click to toggle table columns:

# Asset Tag # Serial # Asset Type Hardware Standard Technical Specs Location Asset Status Asset Age Date Created
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.on_hand_asset_age'),'helpTitle'=>config('help-links.help_titles.on_hand_asset_age')]) @endsection @section('after_scripts') @include('reports.scripts.common') @include('reports.scripts.filter-options-with-ajax') @include('reports.scripts.datatable-column-toggle-script'); @include('reports.on-hand-asset-age.scripts.script') @stop