@extends('AdminLte.template') @section('title') Medicine Reorder Report @endsection @section('ExternalCss') @parent @endsection @section('Content')
Medicine Reorder
{{ Form::open(['action' => 'RegisterReportController@medicinereorder','autocomplete' => 'off','id' => 'medicinelist']) }}
✱
Store :
Based On Product Reorder Value
Based On Product Consumption
Product Category :
ALL
@foreach($medicineCategory as $key =>$medicine)
{{$medicine->category_abbrev}}
@endforeach
Reorder Product List :
Without Zero
ALL
No. of Days :
Date Range :
Submit
{{ Form::close() }}
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection