ok
Direktori : /home2/selectio/www/fms-worksuite/resources/views/notifications/all/ |
Current File : /home2/selectio/www/fms-worksuite/resources/views/notifications/all/task_updated.blade.php |
@php $notificationUser = \App\Models\TaskHistory::where('task_id', $notification->data['id']) ->orderBy('id', 'desc') ->first(); @endphp <x-cards.notification :notification="$notification" :link="route('tasks.show', $notification->data['id'])" :image="($notificationUser && $notificationUser->user) ? $notificationUser->user->image_url : '' " :title="__('email.taskUpdate.subject')" :text="$notification->data['heading']" :time="$notification->created_at" />