@if ($type === 'application')
        Logs
        
        
            @forelse ($containers as $container)
                @if ($loop->first)
                    
Logs
                @endif
                
            @empty
                
No containers are not running.
            @endforelse
        
Logs
        
        
            @forelse ($containers as $container)
                @if ($loop->first)
                    
Logs
                @endif
                
            @empty
                
No containers are not running.
            @endforelse
        
            @forelse ($containers as $container)
                @if ($loop->first)
                    
Logs
                @endif
                
            @empty
                
No containers are not running.
            @endforelse