@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Warranty Expiration Date', 'parentUrl' => '/report', 'parentTitle' => 'Reports'])
Filters
{{ csrf_field() }}
@include('partials.success') @include('partials.error-message')
# Serial # Asset Tag # Hardware Standard Technical Specs User / Location Work Location Asset Status Warranty Start Date Warranty End Date # of days to expire
@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