@extends('AdminLte.template')
@section('title')
Patient Wise Gross Profit & Sales Margin Report
@endsection
@section('ExternalCss')
@parent
@endsection
@section('Content')
    Patient Wise Gross Profit & Sales Margin Report
    
        
Arpan - IP Sale
    
    {{ Form::open(['action' => 'RegisterReportController@patientWiseProfitEntityReport','autocomplete' => 'off']) }}
    
    @if($Business_Entity_Doctor_Tagging=="Y")
        
             
            
             
             
            
        
      
    @else
        
        
    @endif
    @php
        $business_entity = config('store_constants.entity_code.arpan_entity_code');
    @endphp
        
    
    
        
        
         
        
        
    
    
    
 
@endsection
@section('BootstrapModals')
@endsection
@section('ExternalJs')
@endsection