@extends('AdminLte.template') @section('title') Doctor Wise Sales Report @endsection @section('ExternalCss') @parent @endsection @section('Content')
Doctor Wise Sales Report
{{ Form::open(['action' => 'RegisterReportController@doctorWiseSalesReport','autocomplete' => 'off']) }}
✱
Store :
From :
To :
Product Category :
ALL
@foreach($productCategory as $category)
{{$category->category_abbrev}}
@endforeach
Name :
Manufacturer :
Patient :
Doctor :
Report Type :
Day Wise
Summary
Download E
x
cel
Submit
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection