@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Fleet Age Report', 'parentUrl' => '#', 'parentTitle' => 'Inventory Control'])
{{csrf_field()}}
@include('partials.success') @include('partials.error-message')
Asset EOL (Creation Date Plus {{request('selected_age') ? request('selected_age') : 2}} years) by Month
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.fleet_age'),'helpTitle'=>config('help-links.help_titles.fleet_age')]) @endsection @section('after_scripts') @include('reports.script-includes.chartJs') @include('reports.fleet-age.scripts.script') @stop