@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Warranty Expiration Date', 'parentUrl' => '/report', 'parentTitle' => 'Reports'])
@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.warranty-expiration-date.scripts.script') @stop