belongsToMany( User::class, 'notification_user', 'notification_id', 'user_id' ) ->withPivot('unread') ->withTimestamps(); } }