@extends('layouts.main')
@section('content')
@include('partials.breadcrumb', ['breadcrumbTitle' => 'Average Time Brand New', 'parentUrl' => '/report', 'parentTitle' => 'Reports'])
@include('reports.average-time-in-brand-new.partials.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.average-time-in-brand-new.scripts.script')
@stop