@extends('layouts.admin') @section('title') Admin | Invite Tree - {{ env('APP_NAME') }} @endsection @section('Body')

Invite Tree

DO NOT LEAK ANY USER INFORMATION. DOING SO WILL GET YOU BANNED.
@if (!request()->has('q'))
Enter a Username or ID.
@elseif (!$user)
Unable to get user information, please make sure the information you provided is correct.
@endif
@if (request()->query('q')) X @endif
@if ($user) @endif
@endsection @section('AdminPanel')
@endsection