@section('title') {{'Servers'}} @endsection @section('style') @endsection @section('scripts') @endsection {{ __('Servers') }}
@if(!empty($servers)) @foreach($servers as $server)
{{ $server->hostname }}
{{ $server->location->name }}
{{ $server->price->currency }} {{ $server->price->price }}

{{ $server->provider->name }}

{{ $server->os->name }}

{{$server->cpu}}
{{$server->ram}} {{$server->ram_type}}
{{$server->disk}} {{$server->disk_type}}
@if(isset($server->yabs[0]->cpu_cores)) YABs @else YABs @endif
@endforeach @endif
@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