@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'In Stock Computers','parentUrl' => '#', 'parentTitle' => 'Inventory Control'])
@include('reports.instock-computers.partials.filter')
@include('partials.success') @include('partials.error-message')

Click to toggle table columns:

# Asset Tag # Serial # Asset Type Manufacturer Hardware Standard Technical Specs PO # Asset Status Location Warranty End Date Asset Age Last Modified Date Last Modified By
@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.instock-computers.scripts.script') @include('assets.partials.scripts.dropdown-script') @stop @section('help') @include('help.users') @endsection