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

Invite Tree

@if (request()->query('q')) Clear Search @endif
@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