@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Unrepairable Assets','parentUrl' => '/report', 'parentTitle' => 'Reports'])
@include('reports.unrepairable.partials.filter') @include('reports.unrepairable.partials.widgets')
@include('partials.success') @include('partials.error-message')

Click to toggle table columns:

# Asset Tag # Serial # Asset Type Hardware Standard Technical Specs Asset Status User/Location Date Damaged Date Updated Days to Review Asset Age Depreciated Value Warranty End Date Last Modified Date Last Modified By
@stop @section('after_scripts') @include('reports.scripts.common') @include('reports.scripts.datatable-column-toggle-script') @include('reports.scripts.filter-options-with-ajax') @include('reports.unrepairable.scripts.script') @include('assets.partials.scripts.dropdown-script') @stop @section('help') @include('help.users') @endsection