@foreach ($notifications as $notification) @endforeach
通知用户 通知类型 交付数据 阅读时间 发送时间
{{ $notification->notifiable->info->nickname }} {{ $notification->type::title() }} @json($notification->data) {{ $notification->read_at }} {{ $notification->created_at }} 删除
显示 条,共 {{ $notifications->total() }} 条