diff --git a/resources/views/admin/tree.blade.php b/resources/views/admin/tree.blade.php
index 1921117..67923d5 100644
--- a/resources/views/admin/tree.blade.php
+++ b/resources/views/admin/tree.blade.php
@@ -14,30 +14,54 @@
@endsection
@section('Body')
-
+
+ Invite Tree
+
+
+
+ @if ($user)
+
+
User Found: {{ $user->name }}
+
+
+ @endif
+ @if (!request()->has('q'))
+
Enter a username or ID.
+ @elseif (!$user)
+
No user was found, check if you entered the correct details.
+ @endif
+
+
@endsection
@section('content')
+