@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => $data['title']]) @if($data['type'] == 'mobile') @include('assets.submenu-mobile') @else @include('assets.submenu') @endif
@if($data['type'] == 'mobile') @include('assets.partials.filters-mobile-asset',['assetTypes' => 'mobile']) @else @include('assets.partials.filters') @endif
@include('partials.success') @include('assets.modals.acknowledgment')

Click to toggle table columns:

# Asset Tag # Serial # Asset Type Hardware Standard Technical Specs Asset Status User/Location Mobile Carrier Expected Return Date Asset Age Last Modified Date Last Modified By
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.assets'),'helpTitle'=>config('help-links.help_titles.assets')]) @endsection @section('after_scripts') @include('reports.scripts.common') @include('reports.scripts.datatable') @include('reports.scripts.datatable-column-toggle-script') @include('reports.scripts.filter-options-with-ajax') @include('assets.partials.script') @stop