@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Assigned Devices', 'parentUrl' => '/report', 'parentTitle' => 'Reports'])
@include('reports.assets-assigned.partials.assets-assigned-filter')
@include('partials.success') @include('partials.error-message')

Click to toggle table columns:

# Asset Tag # Serial # Asset Type Hardware Standard Technical Specs Asset Status # of Times Reassigned
@stop @section('after_scripts') @include('reports.scripts.common') @include('reports.scripts.datatable') @include('reports.scripts.filter-options-with-ajax') @include('reports.scripts.datatable-column-toggle-script'); @include('reports.assets-assigned.scripts.assets-assigned') @stop