@include('layouts.left-menu')
        
            
                
                    
                         Academic Settings
                    
                    @include('session-messages')
                    
                        
                            @if ($latest_school_session_id == $current_school_session_id)
                            
                                
                                    Create Session
                                    
                                         Create one Session per academic year. Last created session will be considered as the latest academic session.
                                    
                                    
                                 
                             
                            @endif
                            
                                
                                    Browse by Session
                                    
                                         Only use this when you want to browse data from previous Sessions.
                                    
                                    
                                 
                             
                            @if ($latest_school_session_id == $current_school_session_id)
                            
                                
                                    Create Semester for Current Session
                                    
                                 
                             
                            
                                
                                    Attendance Type
                                    
                                         Do not change the type in the middle of a Semester.
                                    
                                    
                                 
                             
                            
                            
                            
                            
                            
                                
                                    Allow Final Marks Submission
                                    
                                 
                             
                            @endif
                        
 
                 
             
            @include('layouts.footer')