@extends('AdminLte.template') @section('title') Doctor Wise - Sales Report @endsection @section('ExternalCss') @parent
@endsection @section('Content')
Doctor Wise - Sales Report
{{ Form::open(['action' => 'RegisterReportController@doctorWisePatientSalesReport','autocomplete' => 'off','id' => 'itemRegister']) }}
✱
Store Code :
Voucher Type :
Sale & Sale Return
Delivery Challan & Delivery Challan Return
Bill Type :
Both
Cash
Credit
Status :
All
Completed
Partial
Cancelled
From :
To :
OP/IP :
IP Patient
OP Patient
Customer
Doctor Wise
Patient Wise
Patient:
OR
IP ID:
OR
Customer:
Doctor :
Patient Category :
@foreach ($category as $rateRow)
{{$rateRow->rate_type .'-'. $rateRow->rate_card}}
@endforeach
Download E
x
cel
Submit
{{ Form::close() }}
@if(session()->has('errorMessage'))
×
{{ (session()->get('errorMessage'))}}
@endif @endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection