created_at = current_time('mysql'); $model->updated_at = current_time('mysql'); }); } public function notification() { return $this->belongsTo(Notification::class,'notification_id','id'); } }