@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Lost/Stolen Value','parentUrl' => '/report', 'parentTitle' => 'Reports'])
@include('reports.lost-or-stolen-value.partials.filter') @include('reports.lost-or-stolen-value.partials.widgets')
@include('partials.success') @include('partials.error-message')

Click to toggle table columns:

# Asset Tag # Serial # Asset Type Hardware Standard Asset Status User/Location Stolen/Lost Date Age When Lost/Stolen Original Value Depreciated Value Last Modified Date Last Modified By
@stop @section('after_scripts') @include('reports.scripts.common') @include('reports.scripts.filter-options-with-ajax') @include('reports.scripts.datatable-column-toggle-script') @include('reports.lost-or-stolen-value.scripts.script') @include('assets.partials.scripts.dropdown-script') @stop @section('help') @include('help.users') @endsection