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') }}
-
+ + + @section('scripts') + @endsection