@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Asset Recovery Value','parentUrl' => '/report', 'parentTitle' => 'Reports'])
@include('reports.asset-recovery-value.partials.filter') @include('reports.asset-recovery-value.partials.widgets')
@include('partials.success') @include('partials.error-message')

Click to toggle table columns:

# Asset Tag # Serial # Asset Type Manufacturer Hardware Standard Asset Status User/Location Created Date Asset Age Depreciation Value Warranty End Date
@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.asset-recovery-value.scripts.script') @include('assets.partials.scripts.dropdown-script') @stop @section('help') @include('help.users') @endsection