{{ __("Details") }} {{ __("More details about your server") }}
{{ __("Created At") }}
{{ __("Last Update Checked") }}
@if ($server->last_update_check) @else - @endif
{{ __("Available Updates") }} ({{ $server->updates }})
@if ($server->updates > 0) {{ __("Update") }} @endif {{ __("Check") }}
{{ __("Provider") }}
{{ $server->provider }}
{{ __("Server ID") }}
{{ $server->id }} {{-- {{ __("You will need this when you use the API") }} --}}
{{ __("Status") }}
@include("servers.partials.server-status")
@include("server-settings.partials.check-connection")
{{ __("Reboot Server") }}
@include("server-settings.partials.reboot-server")