diff --git a/resources/views/servers/index.blade.php b/resources/views/servers/index.blade.php
index ebeb2c7..1657ccf 100644
--- a/resources/views/servers/index.blade.php
+++ b/resources/views/servers/index.blade.php
@@ -1,17 +1,9 @@
-@section("title", "Servers")
-@section('style')
-
-@endsection
-@section('scripts')
-
-
-@endsection
+@section('title', 'Servers')
{{ __('Servers') }}
-
-
@@ -94,7 +86,7 @@
+ @click="checkIfUp">
@@ -175,7 +167,7 @@
+ @click="checkIfUp">
@@ -196,47 +188,54 @@
+
+
+ @section('scripts')
+ @endsection