@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'New Hire Forecasting']) @include('reports.new-hire.partials.forecasting-submenu')
@include('reports.new-hire.filters.new-hire-employees-forecasting-filter')
@include('partials.success')
Hardware Standard Tech Specs Average Value Quantity Needed Quantity Available Purchase Indicator
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.new_hire_forecasting'),'helpTitle'=>config('help-links.help_titles.new_hire_forecasting')]) @endsection @section('after_scripts') @include('reports.new-hire.scripts.new-hire-employees-forecasting') @stop