Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/resources/views/notifications/all/new_chat.blade.php
Назад
@php use App\Models\User;use App\UserChat;$notificationUser = User::find($notification->data['user_one']); if (!isset($notification->data['from_name'])) { $chat = UserChat::with('fromUser')->find($notification->data['id']); $fromName = $chat->fromUser->name; } else { $fromName = $notification->data['from_name']; } @endphp @if ($notificationUser) <x-cards.notification :notification="$notification" :link="route('messages.index') . '?user=' . $notification->data['user_one']" :image="$notificationUser->image_url" :title="__('email.newChat.subject')" :text="$notificationUser->name" :time="$notification->created_at"/> @endif
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка