@section('title') {{$yab[0]->hostname}} {{$yab[0]->id}} {{'YABs'}} @endsection {{ __('YABs details') }}
{{ route('yabs.index') }} Go back
Server {{ $yab[0]->hostname }}
CPU {{ $yab[0]->cpu_cores }} @ {{$yab[0]->cpu_freq}} Mhz
CPU type {{ $yab[0]->cpu_model }}
Ram {{ $yab[0]->ram }} {{$yab[0]->ram_type}}
Disk {{ $yab[0]->disk }} {{$yab[0]->disk_type}}
Has IPv6 @if($yab[0]->has_ipv6 === 1) Yes @else No @endif
AES @if($yab[0]->aes === 1) Yes @else No @endif
VM @if($yab[0]->vm === 1) Yes @else No @endif
GB5 Single {{ $yab[0]->gb5_single }}
GB5 Multi {{ $yab[0]->gb5_multi }}
Tested @if(!is_null($yab[0]->output_date)) {{date_format(new DateTime($yab[0]->output_date), 'jS F Y')}} @endif
@foreach($network as $speed_test) @endforeach
Disk speeds:
4k {{$yab[0]->d_4k}} {{$yab[0]->d_4k_type}}
64k {{$yab[0]->d_64k}} {{$yab[0]->d_64k_type}}
512k {{$yab[0]->d_512k}} {{$yab[0]->d_512k_type}}
1m {{$yab[0]->d_1m}} {{$yab[0]->d_1m_type}}
Network speed (location|send|receive):
{{$speed_test->location}} {{$speed_test->send}} {{$speed_test->send_type}}, {{$speed_test->receive}} {{$speed_test->receive_type}}
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)

Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }} )

@endif