whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
resources
/
views
/
notifications
/
all
/
Upload File:
files >> /home/kckglobal/www/portal/resources/views/notifications/all/new_ticket_reply.blade.php
@php use App\Models\Ticket;use App\Models\User;use App\Scopes\ActiveScope;if (!isset($notification->data['subject'])) { $ticketReply = Ticket::find($notification->data['id']); $subject = $ticketReply->ticket->subject; } else { $subject = $notification->data['subject']; } $notificationUser = User::withoutGlobalScope(ActiveScope::class)->find($notification->data['user_id']); @endphp @if ($notificationUser) <x-cards.notification :notification="$notification" :link="route('tickets.show', $notification->data['ticket_number'])" :image="$notificationUser->image_url" :title="__('email.ticketReply.subject') . ' #' . $notification->data['ticket_number']" :text="$subject" :time="$notification->created_at"/> @endif
Copyright ©2021 || Defacer Indonesia