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

Invite Tree

@if (request()->query('q')) Clear Search @endif
@if ($data['user'])

User Found: {{ $data['user']->name }}

@endif @if (!request()->has('q'))
Enter a username or ID.
@elseif (!$data['user'])
No user was found, check if you entered the correct details.
@endif
@endsection