Halo, {{ $user->name }}
Anda memiliki notifikasi baru:
{{ $notification->title }}
{{ $notification->body }}
Detail:
@foreach($notification->data as $key => $value)
@endif
@if($notification->action_url)
@endif
{{ ucfirst(str_replace('_', ' ', $key)) }}
{{ is_array($value) ? json_encode($value) : $value }}
@endforeach
Notifikasi ini dikirim pada {{ $notification->created_at->format('d M Y, H:i') }} WIB.