@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Assets By Department', 'parentUrl' => '/report', 'parentTitle' => 'Reports'])
@include('reports.assets-by-department.partials.widget') @include('partials.success') @include('partials.error-message')
@include('reports.assets-by-department.partials.table')
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.user_reports'),'helpTitle'=>config('help-links.help_titles.user_reports')]) @endsection @section('after_scripts') @include('reports.script-includes.chartJs') @include('reports.scripts.common') @include('reports.scripts.datatable-column-toggle-script'); @include('reports.assets-by-department.scripts.script') @stop