{{-- 
Department of {{ $departments->dept_title }}
 --}}
    
CREATE COURSES FOR STUDENT
    
    
        
            
            
            *
            
            
                
                    
                        
                        @foreach (App\Models\Program::all() as $value => $label)
                            
                        @endforeach
                    
                
            
             
         
        
            
            
            *
            
            
                
                    
                        
                        @if($courses)
                            @foreach ($courses as $course)
                                
                            @endforeach
                        @endif
                    
 
                
            {{-- 
           --}}
            
             
         
        
        
            
            
            *
            
            
                
                    
                        
                        @foreach (App\Models\Assets::LEVEL as $value => $label)
                        @if($label != 'All')
                            
                            @endif
                        @endforeach
                    
                
            {{-- 
           --}}
            
             
         
        
            
            
            *
            
            
                
                    
                        
                        @foreach (App\Models\Assets::SEMESTER as $value => $label)
                            
                        @endforeach
                    
                
            {{-- 
           --}}
            
             
         
        
              {{-- 
                  {{ __('Reset') }}
               --}}
              
                  {{ __('Create') }}
              
          
     
    @livewire('admin-display.display-course-combination', ['id' => $this->departments->id])