whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
resources
/
views
/
notifications
/
all
/
Upload File:
files >> /home/kckglobal/www/portal/resources/views/notifications/all/new_lead_created.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('lead-contact.show', $notification->data['id'])" :image="$notificationUser->image_url" :title="__('email.lead.subject')" :text="$notification->data['name']" :time="$notification->created_at"/> @endif
Copyright ©2021 || Defacer Indonesia