@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Users to Asset Ratio', 'parentUrl' => '#', 'parentTitle' => 'Inventory Control'])
@include('reports.users-to-asset-ratio.partials.filter')
@include('partials.sync-messages')
@include('reports.users-to-asset-ratio.partials.datatable-list')
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.asset_reports'),'helpTitle'=>config('help-links.help_titles.asset_reports')]) @endsection @section('after_scripts') @include('reports.script-includes.chartJs') @include('reports.scripts.common') @include('reports.scripts.datatable-column-toggle-script') @include('reports.users-to-asset-ratio.modals.assets') @include('reports.users-to-asset-ratio.scripts.script') @stop