@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Inventory Report', 'parentUrl' => '/inventory-control/cycle-count', 'parentTitle' => 'Cycle Count']) @include('reports.cycle-count.partials.cycle-count-submenu')
@include('reports.cycle-count.partials.cycle-count-history-filter')
# Room Name Date Asset Types Searched % of Accuracy
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.cycle_count'),'helpTitle'=>config('help-links.help_titles.cycle_count')]) @endsection @section('after_scripts') @include('reports.cycle-count.scripts.cycle-count-history') @stop