add: Invite tree link for Invited by key in user profiles

This commit is contained in:
Oha-you
2026-03-24 19:39:16 +03:00
parent 7cfcb3796f
commit 05d261065b
2 changed files with 6 additions and 2 deletions
@@ -25,7 +25,7 @@
@section('main')
<section class="panelV2">
<h2 class="panel__heading">Invite tree</h2>
<h2 class="panel__heading">{{ __('user.invite-tree') }}</h2>
<div class="data-table-wrapper">
<table class="data-table">
<thead>
+5 -1
View File
@@ -1010,7 +1010,11 @@
</h2>
<dl class="key-value">
<div class="key-value__group">
<dt>{{ __('user.invited-by') }}</dt>
<dt>
<a href="{{ route('users.invite_tree.index', ['user' => $user]) }}">
{{ __('user.invited-by') }}
</a>
</dt>
<dd>
@if ($invitedBy)
<x-user-tag :user="$invitedBy->sender" :anon="false" />