@forelse($notifications as $notif)
@if($notif->type == 'krs_approved')
@elseif($notif->type == 'krs_rejected')
@elseif($notif->type == 'krs_request')
@elseif($notif->type == 'nilai_new')
@elseif($notif->type == 'nilai_reminder')
@elseif($notif->type == 'jadwal_change')
@else
@endif
{{ $notif->title }}
{{ $notif->message }}
{{ $notif->created_at->diffForHumans() }}
@if(!$notif->is_read)
@endif
@empty
@endforelse
@if($notifications->hasPages())
@endif