Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/resources/views/notifications/all/shift_change_request.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('shifts-change.index')" :image="$notificationUser->image_url" :title="__('email.shiftChange.subject') . ' - '.Carbon::parse($notification->data['date'])->translatedFormat(company()->date_format)" :text="__('modules.attendance.shiftName').': '.$shift->shift_name" :time="$notification->created_at"/> @endif
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка