@extends('web_user.layouts.app') @section('title', 'Beranda Auditor') @section('content')
Kelola dan evaluasi proses audit anda dengan mudah
{{ $notif->data['judul'] ?? 'Notifikasi' }}
{{ \Illuminate\Support\Str::limit($notif->data['pesan'] ?? '-', 70) }}
{{ $notif->created_at->diffForHumans() }}