@extends('layouts.main')
@section('content')
@include('partials.breadcrumb', ['breadcrumbTitle' => 'Average Deployment Time', 'parentUrl' => '/new-hire', 'parentTitle' => 'New Hires'])
@include('partials.success')
@include('partials.error-message')
@include('settings.partials.success-message')
@include('settings.partials.delete-message')
@include('reports.new-hire.filters.average-deployment-time-filter')
@include('reports.new-hire.widgets.average-deployment-time-widgets')
Click to toggle table columns:
@stop
@section('help-links')
@include('help.help-links',['helpLink'=>config('help-links.help_links.new_hire'),'helpTitle'=>config('help-links.help_titles.new_hire')])
@endsection
@section('after_scripts')
@include('reports.scripts.common')
@include('reports.scripts.datatable')
@include('reports.scripts.datatable-column-toggle-script')
@include('reports.new-hire.scripts.average-deployment-time-scripts')
@stop