{{ __("Details") }} {{ __("More details about your server") }}
{{ __("Created At") }}
{{ __("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")