@include('layouts.left-menu')
        
        
            
                
                    
                         Payment Settings
                    
                    
                    @include('session-messages')
                    
                    
                        
                            
                                
                                    
                                    {{ $stats['total_students'] }}
                                    Total Students
                                 
                             
                         
                        
                            
                                
                                    
                                    {{ $stats['total_profiles'] }}
                                    Payment Profiles
                                 
                             
                         
                        
                            
                                
                                    
                                    {{ $stats['monthly_students'] }}
                                    Monthly Students
                                 
                             
                         
                        
                            
                                
                                    
                                    {{ $stats['annual_students'] }}
                                    Annual Students
                                 
                             
                         
                     
                    
                        
                            
                                
                                    
                                    {{ $stats['free_students'] }}
                                    Free Students
                                 
                             
                         
                        
                            
                                
                                    
                                    {{ number_format($stats['total_outstanding'], 2) }} PKR
                                    Total Outstanding Balance
                                 
                             
                         
                     
                    
                    
                    
                    
                        
                        
                            
                                - 
                                    Enrollment/Promotion: When a student is enrolled or promoted, a payment profile is created with the admission fee set here.
                                
- 
                                    Payment Types: Admin assigns payment type (Free/Monthly/Annual) and sets recurring fee amount during promotion.
                                
- 
                                    Admission Voucher: System automatically generates an admission voucher for each student to allow class entry.
                                
- 
                                    Payment Recording: All payments are recorded as transactions (receipts) with unique receipt numbers.
                                
- 
                                    Partial Payments: System supports partial payments for both monthly and annual students.
                                
 
                     
                 
             
            @include('layouts.footer')