ok
Direktori : /home2/selectio/www/fms-worksuite/resources/views/notifications/all/ |
Current File : /home2/selectio/www/fms-worksuite/resources/views/notifications/all/new_rating.blade.php |
@php $notificationUser = \App\Models\Project::find($notification->data['id']); @endphp @if ($notificationUser) <x-cards.notification :notification="$notification" :link="route('projects.show', $notification->data['id'])" :image="$notificationUser->client->image_url" :title="__('email.rating.subject')" :text="$notification->data['project_name']" :time="$notification->created_at" /> @endif