ok

Mini Shell

Direktori : /home2/selectio/www/fms-worksuite/resources/views/notifications/all/
Upload File :
Current File : /home2/selectio/www/fms-worksuite/resources/views/notifications/all/task_completed.blade.php

@php
$notificationUser = \App\Models\TaskHistory::where('task_id', $notification->data['id'])
    ->orderBy('id', 'desc')
    ->first();
@endphp
@if ($notificationUser)
    <x-cards.notification :notification="$notification"  :link="route('tasks.show', $notification->data['id'])"
        :image="$notificationUser->user->image_url" :title="__('email.taskComplete.subject')"
        :text="$notification->data['heading']" :time="$notification->created_at" />
@endif

Zerion Mini Shell 1.0