Absen Nizhamia

Sistem Presensi Karyawan
Halo, {{ $user->name }}

Anda memiliki notifikasi baru:

{{ $notification->title }}
{{ $notification->body }}
@if($notification->data)
Detail: @foreach($notification->data as $key => $value)
{{ ucfirst(str_replace('_', ' ', $key)) }} {{ is_array($value) ? json_encode($value) : $value }}
@endforeach
@endif @if($notification->action_url)
Lihat Detail
@endif

Notifikasi ini dikirim pada {{ $notification->created_at->format('d M Y, H:i') }} WIB.