whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
resources
/
views
/
notifications
/
all
/
Upload File:
files >> /home/kckglobal/www/portal/resources/views/notifications/all/deal_stage_updated.blade.php
@php use App\Models\User;if(isset($notification->data['added_by'])) { $notificationUser = User::find($notification->data['added_by']); } else { $notificationUser = User::find(user()->id); } @endphp @if ($notificationUser) <x-cards.notification :notification="$notification" :link="route('deals.show', $notification->data['id'])" :image="$notificationUser->image_url" :title="__('email.dealStatus.subject')" :text="$notification->data['name']" :time="$notification->created_at"/> @endif
Copyright ©2021 || Defacer Indonesia