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