@extends('layouts.main')
@section('content')
@include('partials.breadcrumb', ['breadcrumbTitle' => 'Damaged Trends Report', 'parentUrl' => '/report', 'parentTitle' => 'Reports'])
@include('partials.sync-messages')
@include('reports.damaged-trends.partials.filter')
@include('reports.damaged-trends.partials.chart')
@include('reports.damaged-trends.partials.table')
@include('reports.damaged-trends.modals.assets')
@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.scripts.filter-options-with-ajax')
@include('reports.script-includes.chartJs')
@include('reports.scripts.common')
@include('reports.damaged-trends.scripts.script')
@include('reports.scripts.datatable-column-toggle-script');
@stop