sonarrradarrplexorganizrnginxdashboardhtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelanding
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							19 lines
						
					
					
						
							533 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							19 lines
						
					
					
						
							533 B
						
					
					
				| @extends('app') | |
| 
 | |
| @section('content') | |
|     @if($apps->first()) | |
|         @include('sortable')         | |
|     @else | |
|     <div class="message-container2"> | |
|             <div class="alert alert-danger"> | |
|                     <p>There are currently no pinned Applications, <a href="{{ route('items.create') }}">Add an application here</a> or <a id="pin-item" href="">Pin an item to the dash</a></p> | |
|                     </div> | |
|                      | |
|     </div> | |
|         <div id="sortable"> | |
|         @include('add') | |
|         </div> | |
|     @endif | |
| 
 | |
| 
 | |
| @endsection |