@if(!$isRead)
Baru
@endif
{{ $notification->title }}
{{ $notification->message }}
{{ $timeAgo }}
@if($notification->type === 'pengajuan_submitted')
@elseif($notification->type === 'pengajuan_verified')
@elseif($notification->type === 'pengajuan_validated')
@elseif(str_contains($notification->type, 'rejected'))
@elseif($notification->type === 'pengajuan_baru_tim_teknis' || $notification->type === 'pengajuan_menunggu_validasi')
@else
@endif