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