ok
Direktori : /home2/selectio/www/fms-worksuite/resources/views/notifications/all/ |
Current File : /home2/selectio/www/fms-worksuite/resources/views/notifications/all/leave_application.blade.php |
@php $notificationUser = \App\Models\User::find($notification->data['user_id']); @endphp @if ($notificationUser) <x-cards.notification :notification="$notification" :link="route('leaves.show', $notification->data['id'])" :image="$notificationUser->image_url" :title="__('email.leave.applied')" :text="\Carbon\Carbon::parse($notification->data['leave_date'])->translatedFormat(company()->date_format)" :time="$notification->created_at" /> @endif