I have these two models in Laravel-5.8
UserNotification
class UserNotification extends Model { protected $table = \'notifications\'; protected