@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Computers Deployed', 'parentUrl' => '/report', 'parentTitle' => 'Reports'])
@include('reports.computer-deployed.partials.filters')
@include('partials.success') @include('partials.error-message')

Click to toggle table columns:

# Asset Tag # Serial # Manufacturer Hardware Standard Technical Specs User/Location Work Location Date Assigned
@stop @section('after_scripts') @include('reports.scripts.common') @include('reports.scripts.datatable-column-toggle-script'); @include('reports.scripts.filter-options-with-ajax') @include('reports.computer-deployed.scripts.script') @stop