@extends('layouts.main')
@section('content')
@include('partials.breadcrumb', ['breadcrumbTitle' => 'Consumption Trends', 'parentUrl' => '#', 'parentTitle' => 'Inventory Control'])
@include('reports.inventory-consumption.partials.submenu')
@include('reports.inventory-consumption.partials.consumption-trends-filter')
@include('partials.sync-messages')
@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.common')
@include('reports.script-includes.chartJs')
@include('reports.inventory-consumption.modals.assets')
@include('reports.inventory-consumption.scripts.consumption-trends')
@stop