| Date | 
                            {{ date_format(new DateTime($yabs1_data[0]->output_date), 'g:ia D jS F Y') }} | 
                            
                                {{\Carbon\Carbon::parse($yabs1_data[0]->output_date)->diffForHumans(\Carbon\Carbon::parse($yabs2_data[0]->output_date))}}
                             | 
                            {{ date_format(new DateTime($yabs2_data[0]->output_date), 'g:ia D jS F Y') }} | 
                        
                        
                            | Server | 
                            {{$yabs1_data[0]->server->hostname}} | 
                             | 
                            {{$yabs2_data[0]->server->hostname}} | 
                        
                        
                            | CPU count | 
                            {{$yabs1_data[0]->cpu_cores}} | 
                            {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->cpu_cores, $yabs2_data[0]->cpu_cores, ' cores') !!}
                            {{$yabs2_data[0]->cpu_cores}} | 
                        
                        
                            | CPU freq | 
                            {{$yabs1_data[0]->cpu_freq}}Mhz | 
                            {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->cpu_freq, $yabs2_data[0]->cpu_freq, 'Mhz') !!}
                            {{$yabs2_data[0]->cpu_freq}}Mhz | 
                        
                        
                            | Ram | 
                            {{$yabs1_data[0]->ram_mb}}MB | 
                            {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->ram_mb, $yabs2_data[0]->ram_mb, 'MB') !!}
                            {{$yabs2_data[0]->ram_mb}}MB | 
                        
                        
                            | Disk | 
                            {{$yabs1_data[0]->disk_gb}}GB | 
                            {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->disk_gb, $yabs2_data[0]->disk_gb, 'GB') !!}
                            {{$yabs2_data[0]->disk_gb}}GB | 
                        
                        
                            | GB5 single | 
                            {{$yabs1_data[0]->gb5_single}} | 
                            @if(!is_null($yabs1_data[0]->gb5_single) && !is_null($yabs2_data[0]->gb5_single))
                                {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->gb5_single, $yabs2_data[0]->gb5_single, '') !!}
                            @else
                                - | 
                            @endif
                            {{$yabs2_data[0]->gb5_single}} | 
                        
                        
                            | GB5 multi | 
                            {{$yabs1_data[0]->gb5_multi}} | 
                            @if(!is_null($yabs1_data[0]->gb5_multi) && !is_null($yabs2_data[0]->gb5_multi))
                                {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->gb5_multi, $yabs2_data[0]->gb5_multi, '') !!}
                            @else
                                - | 
                            @endif
                            {{$yabs2_data[0]->gb5_multi}} | 
                        
                        
                            | 4k disk | 
                            {{$yabs1_data[0]->disk_speed->d_4k_as_mbps}}MB/s
                             | 
                            {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->disk_speed->d_4k_as_mbps, $yabs2_data[0]->disk_speed->d_4k_as_mbps, 'MB/s') !!}
                            {{$yabs2_data[0]->disk_speed->d_4k_as_mbps}}MB/s
                             | 
                        
                        
                            | 64k disk | 
                            {{$yabs1_data[0]->disk_speed->d_64k_as_mbps}}MB/s
                             | 
                            {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->disk_speed->d_64k_as_mbps, $yabs2_data[0]->disk_speed->d_64k_as_mbps, 'MB/s') !!}
                            {{$yabs2_data[0]->disk_speed->d_64k_as_mbps}}MB/s
                             | 
                        
                        
                            | 512k disk | 
                            {{$yabs1_data[0]->disk_speed->d_512k_as_mbps}}MB/s | 
                            {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->disk_speed->d_512k_as_mbps, $yabs2_data[0]->disk_speed->d_512k_as_mbps, 'MB/s') !!}
                            {{$yabs2_data[0]->disk_speed->d_512k_as_mbps}}MB/s | 
                        
                        
                            | 1m disk | 
                            {{$yabs1_data[0]->disk_speed->d_1m_as_mbps}}MB/s
                             | 
                            {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->disk_speed->d_1m_as_mbps, $yabs2_data[0]->disk_speed->d_1m_as_mbps, 'MB/s') !!}
                            {{$yabs2_data[0]->disk_speed->d_1m_as_mbps}}MB/s
                             | 
                        
                        
                            | {{$yabs1_data[0]->network_speed[0]->location}} send | 
                            {{$yabs1_data[0]->network_speed[0]->send_as_mbps}}MBps | 
                            {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[0]->send_as_mbps, $yabs2_data[0]->network_speed[0]->send_as_mbps, 'MBps') !!}
                            {{$yabs2_data[0]->network_speed[0]->send_as_mbps}}MBps | 
                        
                        
                            | {{$yabs1_data[0]->network_speed[0]->location}} receive | 
                            {{$yabs1_data[0]->network_speed[0]->receive_as_mbps}}MBps | 
                            {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[0]->receive_as_mbps, $yabs2_data[0]->network_speed[0]->receive_as_mbps, 'MBps') !!}
                            {{$yabs2_data[0]->network_speed[0]->receive_as_mbps}}MBps | 
                        
                        @if($yabs1_data[0]->network_speed[1]->location === $yabs2_data[0]->network_speed[1]->location)
                            
                                | {{$yabs1_data[0]->network_speed[1]->location}} send | 
                                {{$yabs1_data[0]->network_speed[1]->send_as_mbps}}MBps | 
                                {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[1]->send_as_mbps, $yabs2_data[0]->network_speed[1]->send_as_mbps, 'MBps') !!}
                                {{$yabs2_data[0]->network_speed[1]->send_as_mbps}}MBps | 
                            
                            
                                | {{$yabs1_data[0]->network_speed[1]->location}} receive | 
                                {{$yabs1_data[0]->network_speed[1]->receive_as_mbps}}MBps
                                 | 
                                {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[1]->receive_as_mbps, $yabs2_data[0]->network_speed[1]->receive_as_mbps, 'MBps') !!}
                                {{$yabs2_data[0]->network_speed[1]->receive_as_mbps}}MBps
                                 | 
                            
                        @endif
                        @if($yabs1_data[0]->network_speed[2]->location === $yabs2_data[0]->network_speed[2]->location)
                            
                                | {{$yabs1_data[0]->network_speed[2]->location}} send | 
                                {{$yabs1_data[0]->network_speed[2]->send_as_mbps}}MBps | 
                                {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[2]->send_as_mbps, $yabs2_data[0]->network_speed[2]->send_as_mbps, 'MBps') !!}
                                {{$yabs2_data[0]->network_speed[2]->send_as_mbps}}MBps | 
                            
                            
                                | {{$yabs1_data[0]->network_speed[2]->location}} receive | 
                                {{$yabs1_data[0]->network_speed[2]->receive_as_mbps}}MBps
                                 | 
                                {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[2]->receive_as_mbps, $yabs2_data[0]->network_speed[2]->receive_as_mbps, 'MBps') !!}
                                {{$yabs2_data[0]->network_speed[2]->receive_as_mbps}}MBps
                                 | 
                            
                        @endif
                        @if(isset($yabs1_data[0]->network_speed[3]) && $yabs1_data[0]->network_speed[3]->location === $yabs2_data[0]->network_speed[3]->location)
                            
                                | {{$yabs1_data[0]->network_speed[3]->location}} send | 
                                {{$yabs1_data[0]->network_speed[3]->send_as_mbps}}MBps | 
                                {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[3]->send_as_mbps, $yabs2_data[0]->network_speed[3]->send_as_mbps, 'MBps') !!}
                                {{$yabs2_data[0]->network_speed[3]->send_as_mbps}}MBps | 
                            
                            
                                | {{$yabs1_data[0]->network_speed[3]->location}} receive | 
                                {{$yabs1_data[0]->network_speed[3]->receive_as_mbps}}MBps
                                 | 
                                {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[3]->receive_as_mbps, $yabs2_data[0]->network_speed[3]->receive_as_mbps, 'MBps') !!}
                                {{$yabs2_data[0]->network_speed[3]->receive_as_mbps}}MBps
                                 | 
                            
                        @endif
                        @if(isset($yabs1_data[0]->network_speed[4]) && $yabs1_data[0]->network_speed[4]->location === $yabs2_data[0]->network_speed[4]->location)
                            
                                | {{$yabs1_data[0]->network_speed[4]->location}} send | 
                                {{$yabs1_data[0]->network_speed[4]->send_as_mbps}}MBps | 
                                {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[4]->send_as_mbps, $yabs2_data[0]->network_speed[4]->send_as_mbps, 'MBps') !!}
                                {{$yabs2_data[0]->network_speed[4]->send_as_mbps}}MBps | 
                            
                            
                                | {{$yabs1_data[0]->network_speed[4]->location}} receive | 
                                {{$yabs1_data[0]->network_speed[4]->receive_as_mbps}}MBps
                                 | 
                                {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[4]->receive_as_mbps, $yabs2_data[0]->network_speed[4]->receive_as_mbps, 'MBps') !!}
                                {{$yabs2_data[0]->network_speed[4]->receive_as_mbps}}MBps
                                 | 
                            
                        @endif
                        @if(isset($yabs1_data[0]->network_speed[4]) && $yabs1_data[0]->network_speed[4]->location === $yabs2_data[0]->network_speed[5]->location)
                            
                                | {{$yabs1_data[0]->network_speed[4]->location}} send | 
                                {{$yabs1_data[0]->network_speed[4]->send_as_mbps}}MBps | 
                                {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[4]->send_as_mbps, $yabs2_data[0]->network_speed[5]->send_as_mbps, 'MBps') !!}
                                {{$yabs2_data[0]->network_speed[5]->send_as_mbps}}MBps | 
                            
                            
                                | {{$yabs1_data[0]->network_speed[4]->location}} receive | 
                                {{$yabs1_data[0]->network_speed[4]->receive_as_mbps}}MBps
                                 | 
                                {!! \App\Models\Server::tableRowCompare($yabs1_data[0]->network_speed[4]->receive_as_mbps, $yabs2_data[0]->network_speed[5]->receive_as_mbps, 'MBps') !!}
                                {{$yabs2_data[0]->network_speed[5]->receive_as_mbps}}MBps
                                 | 
                            
                        @endif